Creating a model is not something that was supported in the 1.9.x
series. The screenshot only demonstrates the help screen for the
command line, which can also include your own custom providers: like
dbAdapter and model.
This is probably a bit misleading, and I will replace the screenshot for
the 1.10 release.
On that note- these are the features I am planning for 1.10, most are
complete.
http://framework.zend.com/issues/browse/ZF-7940
Look forward to a post on the mailing list relatively soon about how to
get these features and start testing them out.
-ralph
Mark Steudel wrote:
I was looking at the documentation here:
http://framework.zend.com/manual/en/zend.tool.framework.clitool.html
And there is a screen shot with the help text that shows create model.
But when I do zf.sh help, I don't see that option and when I try to do
zf.sh create model modelName I get "create model is not a valid
provider"
I've tried searching to see if this was taken out somewhere ... but
couldn't find this information.
Can I create a model using the zf.sh?
TIA, Mark