以下是./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我还有一个plugins/rainbowcodePlugin目录,我所有的彩虹代码都驻留在这里,但是为什么它不在彩虹代码插件中构建任何东西呢?有人能给我解释一下吗?
我在rcprofiletable中有一个campus_id字段,当我构建表单时,它不会选择这个字段?此字段确实存在于表rc_profile_table中,也包含在helloises@helloise:~/github_mira/rainbow_code/phoenix/plugins/rainbowCodePlugin/config/schema.yml文件中?谢谢
发布于 2011-12-01 05:47:44
使用-t标志运行命令,这样就可以看到任何可能被抑制的错误。
./symfony -t propel:build-formshttps://stackoverflow.com/questions/6437158
复制相似问题