Doctrine Cheat Sheet

Posted over 2 years ago by jwage

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 (3) [ add comment ]

Posted by Markus.Staab about over 2 years ago.

nice cheatsheet!

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

Little miss type Posted by m about over 2 years ago.

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

Link 404 Posted by MFoster about about 1 month ago.

The link is a 404, did the domain expire?

Create Comment