News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Assetic JavaScript and CSS files management
August 05, 2011 @ 09:19:26

On DZone.com today Giorgio Sironi introduces you to Assetic, an asset management tool that helps you keep things organized and easily requested by your application.

Assetic is a PHP library for managing the deployment of your assets: JavaScript, CSS and other resources which will be requested by the browser. The library has been created by Kris Wallsmith from OpenSky, an e-shop where many of the active members of the PHP community work, or worked (see Jonathan Wage/Doctrine 1 and Bulat Shakirzyanov/Imagine.)

Giorgio compares it to the more traditional method (putting them in a public folder) and how Assetic gives you an advantage over this setup. The main feature of the tool is to bundle all of your assets into one file that is then sent to the browser and interpreted there reducing the need for HTTP calls to request multiple files. An example is included showing the creation of an asset collection and the output of the files all combined into one string.

1 comment voice your opinion now!
assetic asset management css javascript public organize


blog comments powered by Disqus

Similar Posts

DevShed: User Management in a PHP Invoicing System

Gonzalo Ayuso's Blog: Protect files within public folders with mod_rewrite and PHP

ThinkPHP Blog: Slides from International PHP Conference, part 1

PHPClasses.org: Lately in PHP podcast episode 11 - Is the Cloud the Right Solution?

NETTUTS.com: Create a PHP5 Framework - Part 3


Community Events











Don't see your event here?
Let us know!


language example tool series development zendframework2 release object conference code functional interview testing framework introduction database composer opinion podcast community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework