コード例 #1
0
ファイル: Pic.php プロジェクト: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->auth();
 }
コード例 #2
0
ファイル: Comment.php プロジェクト: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
ファイル: Order.php プロジェクト: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->load->config('order');
 }