• pookey's avatar
    when using Doctrine::compile(), having the require_once()'s in the source... · fb2a3bfd
    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.
    fb2a3bfd
Doctrine.php 14.6 KB