Managing Assets with CodeIgniter
PHP code is far from the only content necessary for most web applications. Most frequently we need to include images, css files, flash files, and many other types of files. The CodeIgniter framework doesn’t contain a built-in methodology for asset management, leaving the developer to their own devices. This article discusses the reason behind the base_url() method and the creation of a helper file that will assist in managing images, css files, and more.

