开发者

Doctrine::Windows::How generate Doctrine Models on windows?

开发者 https://www.devze.com 2022-12-30 05:29 出处:网络
How g开发者_开发问答enerate Doctrine Models from database on windows? (I working with zend studio and zend framework) There is a nice command line script called doctrine for this task (among others).

How g开发者_开发问答enerate Doctrine Models from database on windows? (I working with zend studio and zend framework)


There is a nice command line script called doctrine for this task (among others). You may run it by calling php doctrine [params] from the command line or creating your own .bat, basing on this shell script.

Take a look at Doctrine Sandbox package and Doctrine manual for details.


php doctrine build-schema is the command to use. See takeshin's answer too.

0

精彩评论

暂无评论...
验证码 换一张
取 消