SinglePHP:一个简单但功能强大的php框架

时间:2024-06-11 13:27:57
【文件属性】:

文件名称:SinglePHP:一个简单但功能强大的php框架

文件大小:80KB

文件格式:ZIP

更新时间:2024-06-11 13:27:57

PHP

SinglePHP 说明: 首先是vhost、rewrite配置 Apache: DocumentRoot "your/path/to/htdocs" ServerName single.dev.com ServerAlias www.single.dev.com RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] Nginx: location / { if (!-e $request_filename) {


【文件预览】:
SinglePHP-dev
----htdocs()
--------index.php(858B)
--------favicon.ico(4KB)
----README.md(4KB)
----Single.php(14KB)
----LICENSE(11KB)
----app()
--------tpl()
--------widget()
--------common.php(1KB)
--------dw()
--------dto()
--------controller()
--------config()
--------dr()
--------tools()
--------lib()
----.idea()
--------workspace.xml(53KB)
--------encodings.xml(166B)
--------vcs.xml(182B)
--------misc.xml(127B)
--------modules.xml(272B)
--------scopes()
--------.name(9B)
--------SinglePHP.iml(283B)
--------php.xml(153B)
----logs()
--------20150106.log.wf(346B)

网友评论