[symfony-users] Re: Symfony backend questions?

2009-05-18 Thread Lawrence
As Eno says, you would create a plugin to share a module between the backend and frontend. For the sake of simplicity, I usually create duplicate, redundant modules on the frontend and backend. Once the project is up and running, if there is time, I pull them out and make them a plugin. Fabien Po

[symfony-users] Re: Symfony backend questions?

2009-05-18 Thread Eno
On Mon, 18 May 2009, torso wrote: > I am going to do a backend application which can do frontend pages. I > need to know is it possible to do modules on backend. > > For example: > > I have apps which are backend and frontend. On backend I have module > admin, which can do new frontend modules