PHP 클래스 CI_Controller, TastyIgniter

This class object is the super class that every library in CodeIgniter will be assigned to.
저자: ExpressionEngine Dev Team
파일 보기 프로젝트 열기: tastyigniter/tastyigniter 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) : void Class constructor
get_instance ( ) : object Get the CI singleton

메소드 상세

__construct() 공개 메소드

Class constructor
public __construct ( ) : void
리턴 void

get_instance() 공개 정적인 메소드

Get the CI singleton
public static get_instance ( ) : object
리턴 object