Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->model("root_product_model");
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->startByCollection("file");
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->startByCollection("image");
     $this->sizeArray = array(array("rect", "r100_", 100), array("rect", "r200_", 200), array("rect", "r300_", 300), array("rect", "r400_", 400), array("rect", "r600_", 600), array("rect", "r800_", 800), array("rect", "r1000_", 900), array("thumb", "t100_", 100, 100), array("thumb", "t200_", 200, 200), array("thumb", "t300_", 300, 300), array("thumb", "t400_", 400, 300), array("thumb", "t600_", 600, 600), array("thumb", "t800_", 800, 800), array("thumb", "t1000_", 900, 900));
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->startByCollection("imagegallery");
 }