PHP Class Get_js, 68kb

Inheritance: extends Controller
Mostrar archivo Open project: 68kb/68kb

Public Methods

Method Description
__construct ( )
_remap ( ) Remap everything to index()
index ( ) Index Method

Method Details

__construct() public method

public __construct ( )

_remap() public method

Remap everything to index()
public _remap ( )

index() public method

This gets the js file and strips out the version number and get_js from the file name. This is for caching js files. This is used so we can include js files from a view file so that we can use the language file. To call it use:
public index ( )