1
0
mirror of synced 2024-12-13 06:46:03 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Go to file
2006-09-07 21:28:47 +00:00
Doctrine toArray() added 2006-09-07 21:28:47 +00:00
manual Doctrine_Query::create() added for lazy folks 2006-09-04 20:01:02 +00:00
tests Support for passing an array as constraint/validator argument 2006-09-04 06:55:16 +00:00
Doctrine.php 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