Symfony2: Using CoffeeScript with Assetic
CoffeeScript [http://jashkenas.github.com/coffee-script/] is a scripting language which is compiled to run as JavaScript. It let you write simpler code with improvements in »
CoffeeScript [http://jashkenas.github.com/coffee-script/] is a scripting language which is compiled to run as JavaScript. It let you write simpler code with improvements in »
After my earlier post [https://richardmiller.co.uk/2011/05/10/symfony2-using-assetic-for-css-and-javascript-management/] digging in to how Assetic [https://github.com/kriswallsmith/assetic] (Symfony2 [http://symfony.com] »
In this post I will go through removing directly created dependencies from a Symfony2 [http://symfony.com] controller and instead injecting them using The Dependency Injection »
Edit: Please read the first the first comment from Kris Wallsmith, this explains that you do not need to write any PHP at all to make »
I have previously written about the different ways of injecting dependencies [http://miller.limethinking.co.uk/2011/04/18/symfony2-dependency-injection-types/] in Symfony2 [http://symfony.com]. In »