symfony helpers / sfDoctrine-tmbundle
Brand new doctrine bundle
Requirements
The only requirement for sfDoctrine is sfPHP bundle. You must install sfPHP bundle, because without it many snippets in sfDoctrine simply will not work.
Features
- contextual table snippets;
- full DQL support;
- full schema declarations;
- short snippets for all column types.
DQL
DQL snippets in sfDoctrine is simple Setters/Getters same as in sfSymfony. Read sfSymfony manual for info.
Column type snippets
Every column type has snippet in sfDoctrine. Naming is simple t:c for type: clob, t:i for type: integer etc.