插入数据
Module_OOP_ORM_Finder_DB::insert( [ string $value = null ] )
参数列表 参数 类型 描述 默认值 $value string $table null
$value
string
public function insert($value = null) { return $this->driver()->insert($this->tablename(), $value); }