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 16:33:54 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
228
Commits
5
Branches
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Wil Moore III
3a80896173
Changed registerDoctrineTypeMapping('enum', 'varchar'); to registerDoctrineTypeMapping('enum', 'string'); as 'string' is the correct type to map to whereas varchar is only an alias.
2011-04-08 10:44:55 -07:00
en
Changed registerDoctrineTypeMapping('enum', 'varchar'); to registerDoctrineTypeMapping('enum', 'string'); as 'string' is the correct type to map to whereas varchar is only an alias.
2011-04-08 10:44:55 -07:00
convert.sh
Initial conversion from Markdown to ReST - Finalized Cookbook
2010-11-01 21:16:12 +01:00
generate-docs.sh
Finialized ReST doc changes, merged changes from latest Markdown docs.
2010-12-03 20:13:10 +01:00
Description
Doctrine 2 Object Relational Mapper (ORM)
MIT
33
MiB
Languages
PHP
100%