摘要: laravel使用ORM操作数据库 阅读全文
posted @ 2017-11-02 14:50 万隆 阅读(2167) 评论(0) 推荐(0) 编辑
摘要: 导入命名空间和DBnamespace App\Http\Controllers;use Illuminate\Support\Facades\DB; public function index(){//新增 $isok= DB::table('test')->insert([ 'name'=>'12 阅读全文
posted @ 2017-11-02 11:42 万隆 阅读(7518) 评论(0) 推荐(0) 编辑