从Zend Framework 2 + Doctrine 2中的实体中的表生成连接

时间:2014-04-20 03:39:26

标签: doctrine-orm zend-framework2 doctrine-odm

使用以下命令我可以从表中生成类:

./vendor/doctrine/doctrine-module/bin/doctrine-module orm:convert-mapping --namespace="Application\\Entity\\" --force --from-database annotation ./module/Application/src

使用此命令,我可以生成getter / setter:

./vendor/doctrine/doctrine-module//bin/doctrine-module orm:generate-entities ./module/Application/src/ --generate-annotations=true

是否可以根据数据库中的外键设置生成连接?

感谢。

0 个答案:

没有答案