350 Star 755 Fork 281

Lane / LaneWeChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lanewechat.php 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
lane 提交于 2014-11-05 17:34 . 1.4版本发布
<?php
namespace LaneWeChat;
session_start();
//引入配置文件
include_once __DIR__.'/config.php';
//引入自动载入函数
include_once __DIR__.'/autoloader.php';
//调用自动载入函数
AutoLoader::register();
PHP
1
https://gitee.com/lane/LaneWeChat.git
git@gitee.com:lane/LaneWeChat.git
lane
LaneWeChat
LaneWeChat
master

搜索帮助