Hey, I’m inspired by this article today:
"..Symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.." Do you want to know more? Join SymfonyLab now!
Hey, I’m inspired by this article today:
Hi everyone,
So about skins.. This short note is for those who wants to allow customizing of their project with themes. It’s really easier than you can thought. As a basic manual we’d recommend this snippet: http://www.symfony-project.org/snippets/snippet/115 (btw, there is also the other one which explains some other aspects of this stuff: http://www.symfony-framework.com/2008/05/22/themes-management-system-with-symfony-step-by-step-tutorial/).
So main idea is [...]
Hi all,
Lets say you want to allow each user’s group to see different page style. You may need to change page layout and css file for this dynamically. Lets imagine we have very similar functionality for a few user groups but we want their dashboard pages look different. Here is the code sample which setup [...]