I'm learning how to use the php framework symfony 1.4, I'm on the model usage learning. I've write the model in the schema.yml, and I've run the following commands :
php symfony doctrine:build model
which create the model's .class.php
files, but i've look on my MySQL database manager and notice that, the database has been create but it still empty. Tables were not created automatically.
So when I try to deal with my datebase, I get exceptions like :
SQLSTATE[42S02]: Base table or view not found: 1146 table 'parlonsaffaires.blog_article' doesn't exists
Can someone help me ?
thanks to any reply