<< My First Project Doctrine Tutorial 4,000th svn commit/revision >>

Doctrine Cheat Sheet

Doctrine Cheat Sheet

Posted by jwage 2 months ago.

I have put together a cheat sheet for all the day to day usage syntaxes of Doctrine. The cheat sheet can be found here. This is the first draft of the document so any comments and feedback would be very useful.


Comments (2) [ add comment ]

Posted by Markus.Staab about 2 months ago.

nice cheatsheet!

validators:
- notnull is mentioned twice
- is there no maxlength validator?

Little miss type - Posted by m about 2 months ago.

Model loading, it should be
$manager->setAttribute(‘model_loading’, ‘conservative’); // lazy loading
$manager->setAttribute(‘model_loading’, ‘aggressive’); // require_once all

Add Comment

Add New Comment
Please enter 'follow the doctrine' without the quotes