___ _____
/ | / _ \
/ /| | | |_| |
/ / | | \___ |
/ / | | ___| |
/_/ |_| |_____/
- ~LazyPHP (基于EazyChen的LazyPHP修改来的网站的PHP框架)
- a9-linjianping (服务器端主要代码,基于lazyPHP)
- a9-static (客户端静态文件:css,js,img)
- api部分功能(
?c=api&a=wp)依赖wordpress
- 方式1 源代码放在
网站目录下 - 方式2 源代码放在别的
git源代码目录,在网站目录下做两个符号链接:- index.php符号链接到
git源代码目录下的index.php - static符号链接到
git源代码目录下的static目录
- index.php符号链接到
##设置
- 安装方式1:直接修改 index.config.inc.php文件,指定你的wordpress目录
$index_config['api-wp-include-file']='./wordpress/wp-blog-header.php';- 安装方式2:复制
git源代码目录下的index.config.inc.php文件到网站目录下,然后修改,这样可以不破坏git源码。
Author: Laolin (http://laolin.com)
_ ___ _____ _ _ __ _
| | / | / _ \ | | | | | \ | |
| | / /| | | | | | | | | | | \| |
| | / / | | | | | | | | | | | |\ |
| |___ / / | | | |_| | | |___ | | | | \ |
|_____| /_/ |_| \_____/ |_____| |_| |_| \_|