- 28 Sep, 2006 5 commits
- 27 Sep, 2006 5 commits
- 26 Sep, 2006 2 commits
- 24 Sep, 2006 2 commits
- 22 Sep, 2006 1 commit
-
-
romanb authored
- Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. Changes concerning multiple connection control: - injection of the Connection object into the Doctrine_Table constructor, instead of a static lookup. - added optional Connection parameter to save/delete of Doctrine_Record and Doctrine_Collection
-
- 21 Sep, 2006 2 commits
- 20 Sep, 2006 2 commits
- 17 Sep, 2006 2 commits
- 15 Sep, 2006 1 commit
-
-
zYne authored
-
- 13 Sep, 2006 1 commit
-
-
zYne authored
added Doctrine_Access::__isset() and Doctrine_Access::__unset() for complete support of magic method invocations
-
- 12 Sep, 2006 2 commits
- 11 Sep, 2006 1 commit
-
-
zYne authored
-
- 08 Sep, 2006 1 commit
-
-
zYne authored
-
- 07 Sep, 2006 1 commit
-
-
zYne authored
-
- 05 Sep, 2006 1 commit
-
-
amadeus authored
-
- 04 Sep, 2006 2 commits
- 03 Sep, 2006 3 commits
-
-
pookey authored
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
-
pookey authored
when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload.
-
zYne authored
-
- 31 Aug, 2006 2 commits
- 29 Aug, 2006 1 commit
-
-
zYne authored
--no commit message
-
- 25 Aug, 2006 3 commits