示例#1
0
文件: login.php 项目: ovarz/cobablue
 function __construct()
 {
     parent::controller();
     parent::database();
     parent::module('models', 'models_auth', 'culck');
     header('Content-type: application/json');
 }
示例#2
0
文件: views.php 项目: ovarz/cobablue
 function __construct()
 {
     parent::controller();
     parent::module('helpers', 'functions_validate_helpers');
 }