Ejemplo n.º 1
0
 /**
  * Build necessary settings
  */
 public function __construct()
 {
     parent::__construct();
     $this->cb_product = new CB_Product();
 }
Ejemplo n.º 2
0
 /**
  * Normal Constructor that refer to parent constructure
  * 
  */
 public function __construct()
 {
     parent::__construct();
 }