./symfony propel:build-forms not building my plugin forms
here is an excerpt of ./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
i also have a directory plugins/rainbowcodePlugin where all my rainbowcode stuff resides but how come it does not build anything in the rainbowcode plugin??? can some one explain to me please?
i have a campus_id field in the rcprofiletable and when i build-forms it does not pick up this field??? this field does exist on the table rc_profile_table, it is also contained in the helloises@helloise:~/git开发者_StackOverflow社区hub_mira/rainbow_code/phoenix/plugins/rainbowCodePlugin/config/schema.yml file???? thank you
Run your command with the -t flag, so you can see any errors that might be suppressed.
./symfony -t propel:build-forms
精彩评论