symfony generate module, which shows fatal error
Hi am trying to generae m开发者_运维百科odule user in symfony using command
php symfony doctrine:generate-module --with-show --non-verbose-templates frontend user User...but it shows fatal error as
Class 'UserForm' not found in /home/pushparaj/sfprojects/educonnect/lib/vendor/symfony/lib/generator/sfModelGenerator.class.php on 331
pls give proper solution for this..
Thanks in advance...
Did you build all your models? Try ./symfony doctrine:build --all-classes first.
精彩评论