I was following the example of the Contact Form/Request objects online and got confused by the implied directories where these files reside.
They currently point (per the documentation) to // src/Acme/HelloBundle/Contact/ContactForm.php // src/Acme/HelloBundle/Controller/HelloController.php // src/Acme/HelloBundle/Contact/ContactRequest.php I have to assume that the documentation is incorrect or what is the convention to follow? 1) The form file (ContactForm.php) shouldn't it go in the HelloBundle/ Form directory? 2) Where should the ContactRequest.php go? It currently going to the "..../HelloBundle/Contact" directory of the bundle. Does that mean that I create directories for each "object" I create? Regards -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en