예제 #1
0
 public function initSelect()
 {
     if (!empty($this->tableName)) {
         $this->from->add($this->tableName);
     }
 }