miguel-ra / codeigniter-dynamic-assets-load-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic assets load helper for CodeIgniter

This helper add the functionality to add css and js from our view to the parent view.

Installation

  1. Copy helpers/asset_helper.php to your application/helpers folder and config/asset.php to your application/config folder

  2. Add helper in autoload file in application/config/autoload.php::

    $autoload['helper'] = array('load');

Usage

Add CSS

Add JS

To Header

To Footer

Print Header

Print Footer

About


Languages

Language:PHP 100.0%