Is there a tool or script that generates and syncs database out of PHP models, just the way like Django does it for Python?
I'm aware of tools that generate databases out of XML, YAML, etc... I don't want it. I want to write production code on PHP, describing models, then run "syncdb" and get the database, that is ready to work with described models.