mysql - Propel 1.6 How to autogenerate Base/Peer/Query model classes in symfony2 -
i newbie propel1.6 user , know way generate base/peer/query classes in model using commandline. how do that? or can point me in right direction. alot
ive done running
app/console propel:build to generate sql file, then
app/console propel:model:build to build model classes (base,peer,query) and
app/console propel:sql:insert --force to generate mysql tables
Comments
Post a Comment