Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CI_Controller
PHP Class CI_Controller, TastyIgniter
This class object is the super class that every library in CodeIgniter will be assigned to.
See link:
http://codeigniter.com/user_guide/general/controllers.html
Author:
ExpressionEngine Dev Team
ファイルを表示
Open project: tastyigniter/tastyigniter
Class Usage Examples
Public Methods
Method
Description
__construct
( ) :
void
Class constructor
get_instance
( ) :
object
Get the CI singleton
Method Details
__construct()
public
method
Class constructor
public
__construct
( ) :
void
return
void
get_instance()
public
static
method
Get the CI singleton
public
static
get_instance
( ) :
object
return
object