Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_collection = 'cl_yl_widget_record_' . date("Ymd");
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->_collection = 'cl_yl_apply_record';
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->_collection = 'cl_yl_albums_record_' . date('Ymd');
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->_collection = 'cl_yl_setting_record';
     //'cl_yl_setting_record_'.date('Ymd');
 }