When I typed this command:
$ symfony propel-generate-crud frontend question Question
I only get editSuccess.php & indexSuccess.php
the listsuccess.php is missing
Also, the executList() in the action.class.php is missing...
before this command there was some Fatal Error indicating that there is no QuestionForm class
so I typed
$ symfony propel-build-forms
Any help would be appreciated
thanks
