panoye-f - lightewieght PHP框架
资 源 简 介
Panoye-f
Panoye-f is a lighweight php framework used for the panoye (panoramic) photosharing site
HOWTO
You must have php5 and command line php5 installed (php5-cli) on your computer before starting with panoye-f. You would probably need mysql database also.
After unpackig the archive - go to the place where you want to create your panoye-f application. Type the following command in shell:
php -q app_tools/create_app.php
This will create the basic php scripts and directories for your web application:
app/
app/lib/ -> the place for all your classes
app/objects/ -> ORM classes generated by the framework (you can edit them later)
app/pages/ -> Page classes (one class for page)
app/templates/ -> HTML/PHP templates used in the applica
文 件 列 表
panoye-f
framework_tests
README.txt
framework
app_tools
HISTORY.txt