删除数据
int Module_OOP_ORM_Finder_DB::delete( [ string $where = null ] )
参数列表 参数 类型 描述 默认值 $where string $table null
$where
string
int
public function delete($where = null) { return $this->driver()->delete($this->tablename(), $where); }