Symfony Troubleshooting - Form Class Not Found
Friday, April 3rd, 2009Troubleshooting:
When attempting to create a backend module with the Propel utility:
XXXXXXXForm class not found
Solution
[possibly you need to delete the files in lib/model/om, or maybe even the whole lib/model directory]
symfony cc
symfony propel:build-forms
symfony cc

