thinkCMF的增删改查基本操作: 一、增加数据 $res = Db::name(‘form’)->insert($data); 示例代码: public function index(){ … Continue reading thinkCMF—-增删改查操作
thinkCMF的增删改查基本操作: 一、增加数据 $res = Db::name(‘form’)->insert($data); 示例代码: public function index(){ … Continue reading thinkCMF—-增删改查操作