Subversion Repositories PHPX

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
74 2014-03-09 12:06:26 PointedEars /trunk/Db/
* Db/
  - MySQLDB::getLastModified() overrides Database::getLastModified()
  - Added Table::getLastModified()
 
73 2014-03-09 01:33:56 PointedEars /trunk/Db/
* Db/MySQLDB.php: Added MySQLDB::getLastModified()
 
72 2014-01-05 12:55:19 PointedEars /trunk/
ORM: Use non-strict model by default (more efficient)
 
71 2013-09-04 15:01:37 PointedEars /trunk/
Added capabilities to insert several stylesheets and scripts in one call
 
70 2013-09-04 14:17:02 PointedEars /trunk/
Added capabilities to insert stylesheets and scripts dynamically
 
69 2013-08-19 22:34:01 PointedEars /trunk/Db/
* Db/Database.php: Fixed readConfig() logic
 
68 2013-08-12 16:03:57 PointedEars /trunk/Db/
* Db/Database.php
  - Added general support for the `port' parameter
  
* Db/Database.php, Db/MySQLDB.php
  - Added support for the `port' and `unix_socket' parameters
 
67 2013-08-05 16:38:02 PointedEars /trunk/
* Model.php: Added findByProperty()
 
66 2013-08-05 16:36:54 PointedEars /trunk/Db/
* Db/Database.php: Removed unnecessary spaces
 
65 2013-07-26 16:13:39 PointedEars /trunk/
ORM: Allow to search for any ID, but never assign it until successful
 
64 2013-07-26 16:05:32 PointedEars /trunk/
Access global namespace explicitly
 
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
 
61 2013-06-08 19:33:32 PointedEars /trunk/Db/
Fixed PHPdoc
 
60 2013-05-31 13:54:31 PointedEars /trunk/
* Base.php: Fixed PHPdoc
 
59 2013-05-31 13:52:20 PointedEars /trunk/
AbstractModel extends Base for getters/setters, wrappers always throw exceptions on error
 
58 2013-05-31 12:24:20 PointedEars /trunk/Db/
* Db/Database.php
  - Added createTable() to create table from meta-information

* Db/MySQLDB.php
  - Overridden _columnDef() to handle specialties for createTable()

* Db/Table.php
  - Added meta-information to create() table from it
    (uses Database::createTable())

* Db/MySQLTable.php
  - Overridden _createOptions() to handle specialties for Table::create()
 
57 2013-05-31 12:14:44 PointedEars /trunk/
* Application.php
  - autoload():
    + Security fixes
    + Use DIRECTORY_SEPARATOR
 
56 2013-05-31 00:05:30 PointedEars /trunk/Db/
Table's meta-properties are static to allow for reuse across instances
 
55 2013-05-30 23:23:12 PointedEars /trunk/
All ORM $_persistent* properties are static now
 

Show All