Subversion Repositories PHPX

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
67 2013-08-05 16:38:02 PointedEars /trunk/
* Model.php: Added findByProperty()
 
65 2013-07-26 16:13:39 PointedEars /trunk/
ORM: Allow to search for any ID, but never assign it until successful
 
63 2013-06-22 00:38:20 PointedEars /trunk/
(Abstract)Model: Support exclusive mapping in constructor call
 
62 2013-06-08 19:34:53 PointedEars /trunk/
* Model.php
  - find(): Allow searching by ID directly
  - Fixed PHPdoc
 
55 2013-05-30 23:23:12 PointedEars /trunk/
All ORM $_persistent* properties are static now
 
54 2013-05-30 23:00:04 PointedEars /trunk/
ORM $_persistentTable is now static to allow reuse across model objects
 
53 2013-05-30 22:09:37 PointedEars /trunk/
* Model.php:
  - $_persistentProperties is empty by default
  - Added insert() to avoid unnecessary SELECT
  - Speed optimizations
 
52 2013-05-29 00:44:10 PointedEars /trunk/
Use Autoloader
 
51 2013-05-28 04:23:23 PointedEars /trunk/
Added namespaces
 
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