Return to Snippet

Revision: 52072
at October 12, 2011 19:57 by oxygen


Initial Code
php doctrine orm:schema-tool:update --dump-sql
//tells what differneces exist between local db and schema
//Bring inline by re-entering cmd and swapping --dump-sql to --force

php doctrine orm:generate-proxies
//creates repositories

php doctrine orm:generate-repositories "string to models folder"

Initial URL


Initial Description


Initial Title
CMD Update repositories - ZendFramework

Initial Tags


Initial Language
DOS Batch