Subversion Repositories PHPX

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
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
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
45 2013-04-06 18:27:38 PointedEars /trunk/
* Application.php, Registry.php: Return registry key of database for easier use of setDefaultDatabase()
 
/trunk/Application.php
/trunk/Registry.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
43 2013-04-06 18:24:44 PointedEars /trunk/
* Controller.php: Fixed PHPDoc
 
/trunk/Controller.php
42 2013-04-06 17:54:28 PointedEars /trunk/dom/
Added de\pointedears\dom\DOMDocument2 with DOMDocument::renameNode() implementation
 
/trunk/dom
/trunk/dom/DOMDocument2.php
/trunk/dom/tests
/trunk/dom/tests/DOMDocument2Test.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
40 2013-02-22 23:17:13 PointedEars /trunk/ZendFramework-2.1.2/library/Zend/Loader/
Added ZF autoloader
 
/trunk/ZendFramework-2.1.2/library/Zend/Loader
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/BadMethodCallException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/DomainException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/ExceptionInterface.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/InvalidArgumentException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/InvalidPathException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/MissingResourceNamespaceException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/PluginLoaderException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/RuntimeException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/Exception/SecurityException.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/SplAutoloader.php
/trunk/ZendFramework-2.1.2/library/Zend/Loader/StandardAutoloader.php
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)
 
/trunk/ZendFramework-2.1.2
/trunk/ZendFramework-2.1.2/library
/trunk/ZendFramework-2.1.2/library/Zend
/trunk/ZendFramework-2.1.2/library/Zend/I18n
/trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator
/trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Loader
/trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Loader/FileLoaderInterface.php
/trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Loader/Gettext.php
/trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/LoaderPluginManager.php
/trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/TextDomain.php
/trunk/ZendFramework-2.1.2/library/Zend/I18n/Translator/Translator.php
/trunk/ZendFramework-2.1.2/library/Zend/ServiceManager
/trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/AbstractPluginManager.php
/trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/ServiceLocatorAwareInterface.php
/trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/ServiceLocatorInterface.php
/trunk/ZendFramework-2.1.2/library/Zend/ServiceManager/ServiceManager.php
/trunk/ZendFramework-2.1.2/library/Zend/Stdlib
/trunk/ZendFramework-2.1.2/library/Zend/Stdlib/ErrorHandler.php
38 2013-01-18 02:14:18 PointedEars /trunk/css/least/
LEAST: Generalized mix-ins
 
/trunk/css/least/Mixins.php
37 2013-01-18 00:36:53 PointedEars /trunk/css/
Added LEAST (improved LESSphp)
 
/trunk/css
/trunk/css/least
/trunk/css/least/LEAST.php
/trunk/css/least/Mixins.php
/trunk/css/least/Parser.php
/trunk/css/least/least-jit.php
/trunk/css/least/tests

Show All