예제 #1
0
파일: UnionMapper.php 프로젝트: techart/tao
 /**
  * 
  */
 public function sql()
 {
     $table_from = $this->make_union_sql() . ' ' . $this->options['table'][0];
     $this->options->aliased_table($table_from);
     return parent::sql();
 }