PHP Class Get_js, 68kb

Inheritance: extends Controller
Afficher le fichier Open project: 68kb/68kb

Méthodes publiques

Méthode Description
__construct ( )
_remap ( ) Remap everything to index()
index ( ) Index Method

Method Details

__construct() public méthode

public __construct ( )

_remap() public méthode

Remap everything to index()
public _remap ( )

index() public méthode

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 ( )