1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Find a file
2006-09-18 19:52:17 +00:00
Doctrine Inheritance bug fix 2006-09-18 19:52:17 +00:00
manual Added note about table naming, fixed some spelling and file naming errors as well 2006-09-18 15:09:28 +00:00
tests Fixed DQL OrderBy parser bug 2006-09-18 17:32:12 +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