Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 777 Bytes

File metadata and controls

43 lines (22 loc) · 777 Bytes

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