Example #1
0
 /**
  *
  * @return string
  */
 public function toString(SqlCompiler $aSqlCompiler = null)
 {
     ksort($this->arrRawSql['subtree'][SQL::CLAUSE_INSERT]['subtree']);
     return parent::toString($aSqlCompiler);
 }