1 Star 0 Fork 1

马小帅 / PhpOrm

forked from Paul / PhpOrm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
common.php 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
Paul 提交于 2020-04-18 14:44 . 增加入口文件
<?php
// 根路径 ROOT_PATH 定义, 5.3以后可以直接使用__DIR__
// 所有被包含文件均须使用此常量确定路径
define('ROOT_PATH', realpath(dirname(__FILE__)) . '/');
// 公共函数
require_once ROOT_PATH . "lib/global.func.php";
// 注册框架默认的__autoload函数
spl_autoload_register('autoload');
// 公共配置文件
require_once ROOT_PATH . 'config/config.php';
PHP
1
https://gitee.com/weikety/PhpOrm.git
git@gitee.com:weikety/PhpOrm.git
weikety
PhpOrm
PhpOrm
master

搜索帮助