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 |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php
|
67 |
2013-08-05 16:38:02 |
PointedEars |
/trunk/ |
* Model.php: Added findByProperty() |
|
/trunk/Model.php
|
66 |
2013-08-05 16:36:54 |
PointedEars |
/trunk/Db/ |
* Db/Database.php: Removed unnecessary spaces |
|
/trunk/Db/Database.php
|
65 |
2013-07-26 16:13:39 |
PointedEars |
/trunk/ |
ORM: Allow to search for any ID, but never assign it until successful |
|
/trunk/Model.php
|
64 |
2013-07-26 16:05:32 |
PointedEars |
/trunk/ |
Access global namespace explicitly |
|
/trunk/Application.php /trunk/View.php
|
63 |
2013-06-22 00:38:20 |
PointedEars |
/trunk/ |
(Abstract)Model: Support exclusive mapping in constructor call |
|
/trunk/AbstractModel.php /trunk/Model.php
|
62 |
2013-06-08 19:34:53 |
PointedEars |
/trunk/ |
* Model.php
- find(): Allow searching by ID directly
- Fixed PHPdoc |
|
/trunk/Model.php
|
61 |
2013-06-08 19:33:32 |
PointedEars |
/trunk/Db/ |
Fixed PHPdoc |
|
/trunk/Db/Database.php /trunk/Db/Mapper.php /trunk/Db/Table.php
|
60 |
2013-05-31 13:54:31 |
PointedEars |
/trunk/ |
* Base.php: Fixed PHPdoc |
|
/trunk/Base.php
|
59 |
2013-05-31 13:52:20 |
PointedEars |
/trunk/ |
AbstractModel extends Base for getters/setters, wrappers always throw exceptions on error |
|
/trunk/AbstractModel.php /trunk/Base.php
|
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() |
|
/trunk/Db/MySQLTable.php
/trunk/Db/Database.php /trunk/Db/MySQLDB.php /trunk/Db/Table.php
|
57 |
2013-05-31 12:14:44 |
PointedEars |
/trunk/ |
* Application.php
- autoload():
+ Security fixes
+ Use DIRECTORY_SEPARATOR |
|
/trunk/Application.php
|
56 |
2013-05-31 00:05:30 |
PointedEars |
/trunk/Db/ |
Table's meta-properties are static to allow for reuse across instances |
|
/trunk/Db/Table.php
|
55 |
2013-05-30 23:23:12 |
PointedEars |
/trunk/ |
All ORM $_persistent* properties are static now |
|
/trunk/Model.php
|
54 |
2013-05-30 23:00:04 |
PointedEars |
/trunk/ |
ORM $_persistentTable is now static to allow reuse across model objects |
|
/trunk/AbstractModel.php /trunk/Model.php
|
53 |
2013-05-30 22:09:37 |
PointedEars |
/trunk/ |
* Model.php:
- $_persistentProperties is empty by default
- Added insert() to avoid unnecessary SELECT
- Speed optimizations |
|
/trunk/Model.php
|
52 |
2013-05-29 00:44:10 |
PointedEars |
/trunk/ |
Use Autoloader |
|
/trunk/AbstractModel.php /trunk/Application.php /trunk/Controller.php /trunk/Db/Database.php /trunk/Db/Mapper.php /trunk/Db/MySQLDB.php /trunk/Db/Table.php /trunk/Model.php /trunk/View.php
|
51 |
2013-05-28 04:23:23 |
PointedEars |
/trunk/ |
Added namespaces |
|
/trunk/AbstractModel.php /trunk/Application.php /trunk/Controller.php /trunk/Db/Database.php /trunk/Db/Mapper.php /trunk/Db/MySQLDB.php /trunk/Db/Table.php /trunk/Model.php /trunk/Registry.php /trunk/View.php
|
50 |
2013-05-28 01:43:28 |
PointedEars |
/trunk/Db/ |
* Db/Table.php
- Support string for database class, converted to corresponding instance
- use === instead of is_null() |
|
/trunk/Db/Table.php
|
49 |
2013-05-28 01:24:58 |
PointedEars |
/trunk/ |
* Db/Mapper.php:
- Mapper inherits from AbstractModel for generic getters/setters,
constructors must be `protected' |
|
/trunk/AbstractModel.php /trunk/Db/Mapper.php
|