Example #1
0
 function __construct()
 {
     parent::controller();
     parent::database();
     parent::module('models', 'models_auth', 'culck');
     header('Content-type: application/json');
 }
Example #2
0
 function __construct()
 {
     parent::controller();
     parent::module('helpers', 'functions_validate_helpers');
 }