This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2024-12-13 14:56:01 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
280
Commits
5
Branches
0
Tags
32
MiB
276af65256
Commit Graph
2 Commits
Author
SHA1
Message
Date
pookey
fb2a3bfde9
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
doctrine
98dc74b639
Added a folder remotely
2006-05-30 08:42:10 +00:00