1. 30 May, 2007 1 commit
  2. 24 May, 2007 1 commit
  3. 16 May, 2007 1 commit
  4. 02 Mar, 2007 1 commit
  5. 17 Feb, 2007 1 commit
  6. 16 Feb, 2007 1 commit
  7. 29 Dec, 2006 2 commits
  8. 12 Nov, 2006 1 commit
  9. 30 Oct, 2006 1 commit
  10. 28 Sep, 2006 3 commits
  11. 26 Sep, 2006 1 commit
  12. 03 Sep, 2006 1 commit
    • 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
  13. 30 May, 2006 2 commits
  14. 24 May, 2006 1 commit
  15. 13 Apr, 2006 1 commit