Hey,
I have to work on this project written using Zend Framework. This is a project developed by somebody else that is unreachable at this time and I only have the php code but not the database.
I've never worked with Zend Framework but from what I've managed to understand it's using Zend_db to relate with a MySQL database. Like I said the mysql database is missing so I was wandering if there is any way to generate the SQL needed to create the database and tables based on the models in the PHP code.
Thanks!