1
0
mirror of synced 2024-12-14 07:06:04 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
zYne
935fbb5520 Removed deprecated constants 2006-09-20 21:18:41 +00:00
zYne
ebad53b79d Removed object cache and all references to it, ticket #89 fixed 2006-09-20 21:07:13 +00:00
pookey
b340bfe11d removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive 2006-09-03 22:46:30 +00:00
pookey
fb2a3bfde9 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. 2006-09-03 22:37:54 +00:00
zYne
2dd3e9743a Doctrine::ATTR_QUERY_LIMIT constant added 2006-08-29 20:09:31 +00:00
zYne
034744caeb 2006-08-21 23:19:15 +00:00
zYne
33d8f27e8e Started seamless changing of the name Session to Connection 2006-08-17 22:53:52 +00:00
doctrine
594e793285 EmptyEventListener -> Doctrine_EventListener_Empty 2006-08-07 22:12:45 +00:00
doctrine
7119471b48 Doctrine_Collection::loadRelated() added 2006-07-27 17:51:19 +00:00
doctrine
4df1a9d1ca Record refactoring + new method Doctrine_Manager::install 2006-07-10 18:10:54 +00:00
doctrine
f58535eba1 Nested many-to-many fetching 2006-06-08 22:11:36 +00:00
doctrine
a9ccd9dc1e Validator: support for array and object types, better handling of null valued columns 2006-06-07 09:07:38 +00:00
doctrine
bf5deba9fd New datatypes: array and object 2006-06-01 11:58:05 +00:00
doctrine
98dc74b639 Added a folder remotely 2006-05-30 08:42:10 +00:00