What are the options available for Doctrine's Doctrine_Core::generateModelsFromDb method?
Posted
by Tobias Cohen
on Stack Overflow
See other posts from Stack Overflow
or by Tobias Cohen
Published on 2010-04-09T05:36:15Z
Indexed on
2010/04/09
5:53 UTC
Read the original article
Hit count: 652
Doctrine 1.2 has a method called generateModelFromDb, documented here, that generates model files for all of the tables in a database.
This function accepts an optional third parameter with an array of "options" to use when generating models, the specifics of which are not documented. What options are available for me to specify here?
© Stack Overflow or respective owner