PHP 클래스 Get_js, 68kb

상속: extends Controller
파일 보기 프로젝트 열기: 68kb/68kb

공개 메소드들

메소드 설명
__construct ( )
_remap ( ) Remap everything to index()
index ( ) Index Method

메소드 상세

__construct() 공개 메소드

public __construct ( )

_remap() 공개 메소드

Remap everything to index()
public _remap ( )

index() 공개 메소드

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