PHP Класс CI_Controller, TastyIgniter

This class object is the super class that every library in CodeIgniter will be assigned to.
Автор: ExpressionEngine Dev Team
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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