0 Star 0 Fork 1

栈溢出 / CI_extend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.php 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
// Autoload 自动载入
require BASEPATH.'../vendor/autoload.php';
// 载入数据库配置文件
require_once APPPATH.'config/database.php';
// Eloquent ORM
use Illuminate\Database\Capsule\Manager as Capsule;
$capsule = new Capsule;
$capsule->addConnection($db['eloquent']);
$capsule->bootEloquent();
PHP
1
https://gitee.com/1337991560/CI_extend.git
git@gitee.com:1337991560/CI_extend.git
1337991560
CI_extend
CI_extend
master

搜索帮助