-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LaCodon edited this page Mar 1, 2016
·
3 revisions
This Wiki will provide all necessary information for developers to work efficiently with Famework. If you find a wrong information or miss any available function, feel free to write an issue!
It's sometimes very boring to code a new bootstrap for your current PHP project but you also don't want to use any kind of complex framework. This is the moment, when Famework comes into action. Famework is a
- Lightweight
- Modular
- Open source
- MVC pattern based
PHP framework to create any kind of PHP web application.
Famework offers by default the following functions:
- Nice URLs like http://www.example.com/en/blog/how-to-use-famework
- Config file parser
- Application wide registry
- Session handling with namespaces
- DB connection handling through PDO
- Home
- Getting Started
- Server Setup
- Configuration Files
- Application Structure
- Classes