Exemplo n.º 1
0
 /**
  * @return  string
  */
 public function __toString()
 {
     if ($this->sql === null) {
         $this->sql = $this->compiler->insert($this);
     }
     return $this->sql;
 }