Hide changed files | Details | Compare with Previous | Blame | RSS feed
* Model.php: Added findByProperty()
ORM: Allow to search for any ID, but never assign it until successful
(Abstract)Model: Support exclusive mapping in constructor call
* Model.php - find(): Allow searching by ID directly - Fixed PHPdoc
All ORM $_persistent* properties are static now
ORM $_persistentTable is now static to allow reuse across model objects
* Model.php: - $_persistentProperties is empty by default - Added insert() to avoid unnecessary SELECT - Speed optimizations
Use Autoloader
Added namespaces
- Use relative include paths, removes dependency on lib/ path - Added experimental AccessDB
Added framework from es-matrix