-
Notifications
You must be signed in to change notification settings - Fork 0
Home
thorie7912 edited this page Jun 30, 2011
·
2 revisions
Welcome to the One-File-PHP-Framework wiki!
What is the One File PHP Framework? It's a MVC-based web application framework with the following features:
- Needs only one file to deploy: index.php
- URL routing mechanism
- Standard Model View Controller architecture
- Form processing and validation built-in
- PHP-based view templating
- Ready to go out of the box with menu-based navigation, multiple controllers and views
- No hassle of dealing with multiple files
- Speed of development: No need to search through a thousand files, refactoring is done in place
- Speed of application: Very few disk reads.