这是摘录./symfony propel:build-forms:
helloises@helloise:~/github_mira/rainbow_code/phoenix$ ./symfony propel:build-forms
>> propel generating form classes
>> tokens /home/helloises/github_mira/rainbow_code/phoenix/lib/form/TrafficChatForumTableForm.class.php
>> tokens /home/helloises/github_mira/rainbow_code/phoenix/lib/form/ContactSelectionForm.class.php
>> tokens /home/helloises/github_mira/rainbow_code/phoenix/lib/form/TrafficDemuxTableForm.class.php
>> tokens /home/helloises/github_mira/rainbow_code/phoenix/lib/form/transferCreditsForm.class.php
>> tokens /home/helloises/github_mira/rainbow_code/phoenix/lib/form/generateSendDates.class.php
>> tokens /home/helloises/github_mira/rainbow_code/phoenix/lib/form/TrafficContactTagTableForm.class.php
我还有一个目录插件/ rainbowcodePlugin所有我的rainbowcode内容都存在但是怎么没有在rainbowcode插件中构建任何东西???有人可以向我解释一下吗?
我在rcprofiletable中有一个campus_id字段,当我构建表单时,它没有拿起这个字段???这个字段确实存在于表rc_profile_table中,它也包含在helloises @ helloise中:〜/ github_mira / rainbow_code / phoenix / plugins / rainbowCodePlugin / config / schema.yml文件???? 谢谢
答案 0 :(得分:1)
使用 -t 标志运行您的命令,以便您可以看到可能被抑制的任何错误。
./symfony -t propel:build-forms