Example #1
0
 function replaceInto($table)
 {
     $instance = new Query($this);
     $instance->replaceInto($table);
     return $instance;
 }