Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t83714/activeframe
A PHP Web Application Framework
https://github.com/t83714/activeframe
Last synced: 24 days ago
JSON representation
A PHP Web Application Framework
- Host: GitHub
- URL: https://github.com/t83714/activeframe
- Owner: t83714
- License: mit
- Created: 2011-03-17T03:37:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T15:17:22.000Z (over 7 years ago)
- Last Synced: 2023-03-11T20:42:04.411Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 68.4 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ActiveFrame
===========A PHP Web Application Framework
To get started:
1. copy all files to a directory (let's say `active_frame`) inside your web server's root document directory.
2. Set `temp` directory (cache directory) permission to `777` if it's on *unix server
3. Access the directory from your web browser.
e.g. `http://localhost/active_frame/`
OR `http://localhost/active_frame/?path=welcome/`
OR `http://localhost/active_frame/?path=welcome/index`
Here `welcome` is the controller name & index is the accessible method of the controller.
You should be able to see the welcome page by now.4. To connect with database, edit `config/db.config.php` with your own settings.
For more detail, please have a look at [Project Wiki](https://github.com/t83714/ActiveFrame/wiki).