예제 #1
0
파일: Pic.php 프로젝트: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->auth();
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
 }
예제 #3
0
파일: Order.php 프로젝트: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->load->config('order');
 }