예제 #1
0
 /**
  * Delete statement
  *
  * Generates a platform-specific delete string from the supplied data
  *
  * @param    string    the table name
  *
  * @return    string
  */
 protected function _delete($table)
 {
     $this->QBLimit = false;
     return parent::_delete($table);
 }