예제 #1
0
파일: Insert.php 프로젝트: JeCat/framework
 /**
  *
  * @return string
  */
 public function toString(SqlCompiler $aSqlCompiler = null)
 {
     ksort($this->arrRawSql['subtree'][SQL::CLAUSE_INSERT]['subtree']);
     return parent::toString($aSqlCompiler);
 }