Subversion Repositories PHPX

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
75 2014-03-10 23:27:53 PointedEars /trunk/
application/ path prefix is no longer required
 
64 2013-07-26 16:05:32 PointedEars /trunk/
Access global namespace explicitly
 
57 2013-05-31 12:14:44 PointedEars /trunk/
* Application.php
  - autoload():
    + Security fixes
    + Use DIRECTORY_SEPARATOR
 
52 2013-05-29 00:44:10 PointedEars /trunk/
Use Autoloader
 
51 2013-05-28 04:23:23 PointedEars /trunk/
Added namespaces
 
45 2013-04-06 18:27:38 PointedEars /trunk/
* Application.php, Registry.php: Return registry key of database for easier use of setDefaultDatabase()
 
35 2012-11-08 03:12:33 PointedEars /trunk/
* AbstractModel.php
  - map(): Force parameters to be arrays, no user-defined exceptions necessary

* Application.php
  - Fixed PHPDoc

* Table.php
  - find($id) returns empty array or first item
 
34 2012-09-23 10:02:37 PointedEars /trunk/
* General
  - Added Base.php for general getters and setters

* Application.php
  - Reverted bad pretty printing

* database.class.php (legacy file)
  - Fixed Googlebot-blocking bogus constant reference

* Database.php, Table.php
  - Support constructor parameters to override properties
 
31 2012-07-08 01:15:09 PointedEars /trunk/
* Application.php
  - getURL(): Added support for $_SERVER['SCRIPT_URI']
    (PHP 5.3.3-7+squeeze13 Apache 2.0 module on
     Apache/2.2.16 (Debian))
   - Unified linebreaks (\n only), replaced tabs with spaces
 
29 2012-07-04 11:09:02 PointedEars /trunk/
- Use relative include paths, removes dependency on lib/ path
- Added experimental AccessDB
 
27 2012-06-20 23:11:34 PointedEars /trunk/
Added framework from es-matrix