yml

Removing stylesheets in symfony 1 - Stefan Koopmanschap

Planet PHP  Wed, 04/27/2011 - 02:34

Today I encountered a situation I've not encountered before: I have a project-wide stylesheet that should be used for everything, except one specific module that has different (brandable) stylesheets.

I created a view.yml for this module with a different stylesheet, but of course the configuration files are merged so it doesn't actually overwrite the main stylesheet file.

And this wasn't really what I needed here.


 

Vid Luther's Blog: Talking to multiple databases with Symfony 1....

PHPDeveloper.org  Mon, 08/24/2009 - 10:29

Vid Luther has a new post today looking at connecting to multiple databases inside of your Symfony framework application.

The key is in setting up your YAML files the right way.