PHP Class CI_Controller, TastyIgniter

This class object is the super class that every library in CodeIgniter will be assigned to.
Author: ExpressionEngine Dev Team
Afficher le fichier Open project: tastyigniter/tastyigniter Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) : void Class constructor
get_instance ( ) : object Get the CI singleton

Method Details

__construct() public méthode

Class constructor
public __construct ( ) : void
Résultat void

get_instance() public static méthode

Get the CI singleton
public static get_instance ( ) : object
Résultat object