Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

The Bakery:
Some ideas to organize your CSS files and autoload them in CakePHP
Jan 16, 2007 @ 15:14:00

On The Bakery (Everything CakePHP) blog today Tulio Faria shares some ways to organize your CSS files to where they can be autoloaded through your CakePHP application.

There's five different ideas that he presents:

  • CSS files named without any link with controller names
  • CSS with the same controller name
  • CSS file with the same name of controller, but only if CSS file exists
  • one CSS file for each method of controller
  • a CSS file for each method of controller, a little bit more organized
each with their own code and explanation. Tulio also notes quickly that he prefers the last one, keeping things a bit cleaner and more organized.

tagged: cakephp organize css file method idea cakephp organize css file method idea

Link:


Trending Topics: