A PHP Web Application Framework
To get started:
-
copy all files to a directory (let's say
active_frame
) inside your web server's root document directory. -
Set
temp
directory (cache directory) permission to777
if it's on *unix server -
Access the directory from your web browser.
e.g.http://localhost/active_frame/
ORhttp://localhost/active_frame/?path=welcome/
ORhttp://localhost/active_frame/?path=welcome/index
Herewelcome
is the controller name & index is the accessible method of the controller. You should be able to see the welcome page by now. -
To connect with database, edit
config/db.config.php
with your own settings.
For more detail, please have a look at Project Wiki.