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