Exemplo n.º 1
0
 protected function __sql_end()
 {
     $this->sql .= " ;";
     if (AbstractPeer::__is_dump_sql()) {
         echo $this->sql;
     }
 }
Exemplo n.º 2
0
 public static function __dump_sql($true_or_false = true)
 {
     self::$__dump_sql = $true_or_false;
 }