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