Template Organization in Craft
Use the power of Craft and Twig to create a context-focused templating system that is as flexible, powerful, and manageable as you need. Anthony Colangelo
Use the power of Craft and Twig to create a context-focused templating system that is as flexible, powerful, and manageable as you need. Anthony Colangelo
When working and starting on multiple projects simultaneously, its always a good idea to have something to start from. Jake Chapman
By default, when you setup a [multi-environment config](http://buildwithcraft.com/docs/multi-environment-configs), Craft compares the key in your multi-environment config array to the PHP `$_SERVER['SERVER_NAME']` variable to test which environment matches. If the key in your array is contained within the `$_SERVER['SERVER_NAME']` variable, Craft considers the option a match. Read More »
Ben Parizek