I have tried to create the schema.xml from the database, with:
- Code: Select all
symfony build-schema
but that didn't work. No error. After that I just copied your example xml, so that I could build the model anyway, but it didn't work.
When i run
- Code: Select all
symfony build-model
from this dir:
C:\apache2triad\htdocs\symfony\askeet\
Symfony works for a second and the it returns to the command-prompt without errors. But there is nothing generated: there is nothing in the askeet/lib/model/om/ directory.
- Code: Select all
symfony init-app frontend
worked fine, so I dont know what is wrong. Please help me.
