Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 387
PHP Script Codes > Atom Framework
Atom framework is a PHP5 framework loosely based on MVC patterns. It was created to maximise usability as people can get bogged down in Controllers / Models / views. So Atom names them Modules / Helpers / Templates, this makes it easier for people to grasp while still supporting all the major things you need from a framework such as:
- Modular loading based on rewritten URLS
- Template engine
- Database layer (MySQL as default)
- Hooks (plugins)
- Caching System
- Dynamic Config loading
- Dynamic Helper loading.