SpeedPHP on Ubuntu 11.10
SpeedPHP是一款全功能的国产PHP框架应用系统,速度飞快,上手容易,是最适合初学者的PHP框架,以“快速开发、快速学习、快速执行”为理念,带你轻松进入PHP高手的行列。
http://www.speedphp.com/forum.php
How to begin ?
environment: Ubuntu 11.10 32-bit.
1. download speedphp framework :
http://www.speedphp.com/thread-3879-1-8.html
2. unzip it.
$ unzip speedphp-3.1.89.zip speedphp-3.1.89
3. create a test project
$ mkdir -p /var/www/test_sp
$ cp -r speedphp-3.1.89/* /var/www/test_sp
$ ls /var/www/test_sp
controller index.php model SpeedPHP tmp
4. See Result
http://localhost/test_sp/
More Information See the official "Hello World": http://www.speedphp.com/thread-3715-1-1.html
OK, this is first speedphp project !
posted on 2013-01-13 22:12 program_lover 阅读(134) 评论(0) 编辑 收藏 举报