1. 程式人生 > >symfony 資料庫生成實體類

symfony 資料庫生成實體類

symfony 資料庫生成實體類

php bin/console doctrine:mapping:import --force ScTradeInStaAdminBundle annotation

ScTradeInStaAdminBundle :bundle名
annotation:實體類格式 xml,yml, annotation

實體類生成、更新 getter、setter

php bin/console make:entity --regenerate

回車後輸入要更新實體類的位置,該目錄下所有實體類將被更新

Enter a class or namespace
to regenerate [App\Entity]: > App\ScTradeInSta\AdminBundle\Entity