Skip to content

nkuleedube/FlieLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FlieLoader codeigniter library

This is a codeigniter js and css file loader. Helps you load your javascript and css files quickly and easly from your controller. Comes very handy when your pages use different css and js files.

How to use?

  • Download and drop the the FilerLoader class in your 'application/libraries/' folder.
  • Load the FileLoader class via auto load or in your controller by simply writting $this->load->library('FileLoader')
  • On your views where you want to load your js or css add this the following code
fileloader->loadCSS(); // for loading css ?> fileloader->loadJS(); // for loading js ?>

About

This is a codeigniter js and css file loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages