Ejemplo n.º 1
0
 protected function set_trunk_indexes()
 {
     $arr = Cnf::get('trunk_indexes');
     if (!empty($arr)) {
         $this->trunk_indexes = $arr;
     } else {
         Log::instance()->error("Trunk indexes is empty.");
     }
 }