コード例 #1
0
    function __construct()
    {
        parent::__construct();

        $this->dao = M('apps');
        $this->platform_type = C('PLATFORM_TYPE');
        $this->assign('platform_type',$this->platform_type);
    }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->dao = M('group');
    
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
    
 }
コード例 #4
0
 function __construct()
 {
     parent::__construct();
     $this->dao = M('Admin');
    
 }