Re: [symfony-users] [Symfony2] Structuring your project (Bundles and entities)

2010-12-04 Thread Nicolas Hurman
Hi, Your structure makes sense. The point with Sf2 is that there isn't one structure you have to follow - just do what you think is best. About the Doctrine entities, you could store them in a separate bundle, or in you "main" one - basically any of your three bundles. I would personnaly create an

Re: [symfony-users] [Symfony2] DynamicsBundle

2010-11-28 Thread Nicolas Hurman
That's great! I had started making my own, but yours is finished and fully functionnal. Thanks for sharing. On Sun, Nov 28, 2010 at 8:45 PM, Francis Besset wrote: > Hi all, > I created a bundle for Symfony2 wich is called DynamicsBundle. > > With DynamicsBundle merge your stylesheets files and j

Re: [symfony-users] Re: Acces denied for user www-data

2010-11-28 Thread Nicolas Hurman
This has nothing to do with file permissions. Does the command line work ? (doctrine load fixtures etc) On Sun, Nov 28, 2010 at 5:47 PM, dmitrypol wrote: > www-data is the user that Apache uses. You need to chmod / chown your > symfony project folder. If you are not concerned about security ju

Re: [symfony-users] How to set the title to each page dynamically

2010-11-27 Thread Nicolas Hurman
Hi, You can change the title from actions or templates (views) using slots. http://www.symfony-project.org/jobeet/1_4/Doctrine/en/04#chapter_04_slot_s On Mon, Nov 22, 2010 at 6:36 AM, Pradeep wrote: > I found that title is being obtained from the layout.php which is > being applied to all page