选择语言 :

 Module_OOP_ORM_Finder_DB::insert

插入数据

 Module_OOP_ORM_Finder_DB::insert( [ string $value = null ] )

参数列表

参数 类型 描述 默认值
$value string $table null
返回值
File: ./modules/oop/orm/finder/db.class.php
public function insert($value = null)
{
    return $this->driver()->insert($this->tablename(), $value);
}