./symfony propel:build-model tries to build all models. Is it possible, and if so how, to specify only a certain model?
./symfony propel:build-model tries to build all models. Is it possible, and if so how,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you want isn’t possible to do with Propel at the command line. It is possible to do this programmatically (see this article I wrote if you’re interested) but it’s not as trivial as running a CLI command.
If you are having trouble with memory size, just increase the amount allocated in php.ini. You should be fine with 32-64M, I should think.