This helper add the functionality to add css and js from our view to the parent view.
-
Copy
helpers/asset_helper.php
to yourapplication/helpers
folder andconfig/asset.php
to yourapplication/config
folder -
Add helper in autoload file in
application/config/autoload.php
::$autoload['helper'] = array('load');
To Header
To Footer