PHP Class CI_Model, TastyIgniter

Inheritance: extends Curl
Show file Open project: tastyigniter/tastyigniter Class Usage Examples

Public Methods

Method Description
__construct ( ) : void Class constructor
__get ( string $key ) __get magic

Method Details

__construct() public method

Class constructor
public __construct ( ) : void
return void

__get() public method

Allows models to access CI's loaded classes using the same syntax as controllers.
public __get ( string $key )
$key string