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
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
 
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()
 
49 2013-05-28 01:24:58 PointedEars /trunk/
* Db/Mapper.php:
  - Mapper inherits from AbstractModel for generic getters/setters,
    constructors must be `protected'
 
48 2013-05-28 01:19:39 PointedEars /trunk/Db/
* Db/Database.php
  - Database::updates(): Require array for $updates
 
47 2013-05-25 20:53:06 PointedEars /trunk/Db/
Can read database connection configuration from file
 
46 2013-04-06 18:33:48 PointedEars /trunk/Db/
* Db/MySQLDB.php: Fixed create() parameters for strict standards
 
45 2013-04-06 18:27:38 PointedEars /trunk/
* Application.php, Registry.php: Return registry key of database for easier use of setDefaultDatabase()
 
44 2013-04-06 18:26:29 PointedEars /trunk/Db/
* Db/Database.php, Db/MySQLDB.php: Added create() to create a database from scratch
 
43 2013-04-06 18:24:44 PointedEars /trunk/
* Controller.php: Fixed PHPDoc
 
42 2013-04-06 17:54:28 PointedEars /trunk/dom/
Added de\pointedears\dom\DOMDocument2 with DOMDocument::renameNode() implementation
 
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
 
40 2013-02-22 23:17:13 PointedEars /trunk/ZendFramework-2.1.2/library/Zend/Loader/
Added ZF autoloader
 
39 2013-02-21 12:21:02 PointedEars /trunk/ZendFramework-2.1.2/
Added Zend Framework 2.1.2 classes for thread-safe gettext-format translation
(TODO: use autoloader)
 
38 2013-01-18 02:14:18 PointedEars /trunk/css/least/
LEAST: Generalized mix-ins
 
37 2013-01-18 00:36:53 PointedEars /trunk/css/
Added LEAST (improved LESSphp)
 
36 2013-01-08 18:35:57 PointedEars /trunk/
* features.class.php: Replaced INPUTs with SPANs
    (feedback feature will be implemented using PHPX instead)
 
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
 

Show All