コード例 #1
0
ファイル: Manage.php プロジェクト: chilieu/payments-ci
 public function __construct()
 {
     parent::__construct();
     $this->layout = 'layout';
     $this->CUSTOMER_ID = $this->uri->segment(1, 0);
     //if( !$this->CUSTOMER_ID ) header("Location: http://www.cloudberry.com/");
 }
コード例 #2
0
ファイル: Index.php プロジェクト: chilieu/payments-ci
 public function __construct()
 {
     parent::__construct();
     $this->layout = 'layout';
 }