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
2025-03-23 08:23:51 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
319
Commits
5
Branches
0
Tags
906b1fa666
Branches
Tags
View all branches
Go to file
Code
amadeus
906b1fa666
Added note about table naming, fixed some spelling and file naming errors as well
2006-09-18 15:09:28 +00:00
Doctrine
count() fixed
2006-09-17 18:49:45 +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
method name changes for better custom getter/setter compatibility
2006-09-17 17:59:04 +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
Description
Doctrine 2 Object Relational Mapper (ORM)
MIT
33
MiB
Languages
PHP
100%