Ejemplo n.º 1
0
 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/");
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->layout = 'layout';
 }