78 |
2014-06-17 13:00:25 |
PointedEars |
/trunk/Db/ |
* Db/Database.php: Fixed PHPDoc |
|
/trunk/Db/Database.php
|
77 |
2014-06-17 12:12:16 |
PointedEars |
/trunk/Db/ |
* Db/Database.php: Scrollable cursor: simplified result assignment |
|
/trunk/Db/Database.php
|
76 |
2014-06-17 12:03:20 |
PointedEars |
/trunk/Db/ |
* Db/Database.php: Added support for scrollable cursor (fixes OOM in es-matrix) |
|
/trunk/Db/Database.php
|
75 |
2014-03-10 23:27:53 |
PointedEars |
/trunk/ |
application/ path prefix is no longer required |
|
/trunk/Application.php /trunk/Db/Database.php
|
74 |
2014-03-09 12:06:26 |
PointedEars |
/trunk/Db/ |
* Db/
- MySQLDB::getLastModified() overrides Database::getLastModified()
- Added Table::getLastModified() |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php /trunk/Db/Table.php
|
73 |
2014-03-09 01:33:56 |
PointedEars |
/trunk/Db/ |
* Db/MySQLDB.php: Added MySQLDB::getLastModified() |
|
/trunk/Db/MySQLDB.php
|
69 |
2013-08-19 22:34:01 |
PointedEars |
/trunk/Db/ |
* Db/Database.php: Fixed readConfig() logic |
|
/trunk/Db/Database.php
|
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
|
66 |
2013-08-05 16:36:54 |
PointedEars |
/trunk/Db/ |
* Db/Database.php: Removed unnecessary spaces |
|
/trunk/Db/Database.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
|
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
|
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
|
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
|
48 |
2013-05-28 01:19:39 |
PointedEars |
/trunk/Db/ |
* Db/Database.php
- Database::updates(): Require array for $updates |
|
/trunk/Db/Database.php
|
47 |
2013-05-25 20:53:06 |
PointedEars |
/trunk/Db/ |
Can read database connection configuration from file |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php
|
46 |
2013-04-06 18:33:48 |
PointedEars |
/trunk/Db/ |
* Db/MySQLDB.php: Fixed create() parameters for strict standards |
|
/trunk/Db/MySQLDB.php
|
44 |
2013-04-06 18:26:29 |
PointedEars |
/trunk/Db/ |
* Db/Database.php, Db/MySQLDB.php: Added create() to create a database from scratch |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php
|
41 |
2013-04-06 13:18:42 |
PointedEars |
/trunk/Db/ |
* Db/Database.php
- Decoupled making the DB connection from instantiation
* Db/MySQLDB.php
- Fixed PHPDoc |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php
|
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 |
|
/trunk/AbstractModel.php /trunk/Application.php /trunk/Db/Table.php
|
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 |
|
/trunk/Base.php
/trunk/.settings/org.eclipse.php.core.prefs /trunk/Application.php /trunk/Db/Database.php /trunk/Db/Table.php /trunk/Db/database.class.php
|
33 |
2012-07-12 17:04:26 |
PointedEars |
/trunk/Db/ |
* Db/Database.php
- insert(): Fixed wrong method reference |
|
/trunk/Db/Database.php
|
32 |
2012-07-11 10:33:56 |
PointedEars |
/trunk/Db/ |
* Framework
- Improved support for dabase-specific quotes
- Added support for pre-quoted table/database references |
|
/trunk/Db/Database.php /trunk/Db/MySQLDB.php /trunk/Db/ODBCDB.php
|
29 |
2012-07-04 11:09:02 |
PointedEars |
/trunk/ |
- Use relative include paths, removes dependency on lib/ path
- Added experimental AccessDB |
|
/trunk/Db/AccessDB.php
/trunk/Application.php /trunk/Controller.php /trunk/Db/Adapter.php /trunk/Db/Database.php /trunk/Db/Mapper.php /trunk/Db/MySQLAdapter.php /trunk/Db/MySQLDB.php /trunk/Db/ODBCDB.php /trunk/Db/Table.php /trunk/Db/database.class.php /trunk/Model.php /trunk/View.php
|
27 |
2012-06-20 23:11:34 |
PointedEars |
/trunk/ |
Added framework from es-matrix |
|
/trunk/.settings /trunk/.settings/org.eclipse.php.core.prefs /trunk/AbstractModel.php /trunk/Application.php /trunk/Controller.php /trunk/Db /trunk/Db/Adapter.php /trunk/Db/Database.php /trunk/Db/Mapper.php /trunk/Db/MySQLAdapter.php /trunk/Db/MySQLDB.php /trunk/Db/ODBCDB.php /trunk/Db/Table.php /trunk/Db/database.class.php /trunk/Model.php /trunk/Registry.php /trunk/View.php
|