Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.49 KB

What is it ?

A very simple and lightweight PHP framework built to save you time by deploying quickly your ideas with a clean code. Working with Apache or NGINX.

Actual version : beta-0.7

Why this one ?

Simple MVC architecture, easy to learn, lightweight, no need to install anything (just upload the framework files), easily support multiple languages and features helpful built-in functionalities (log, notifications...).

Available developer if there's an issue.

Installation & documentation :

Notes of the version :

  • Added Model/Index/databaseModel.php as a useful and simple class to manage your database queries.
  • Added Model/Index/userModel.php as an example for using the databaseModel properly (really simple).
  • Added some useful functions : $Page->handleAjax(), $Page->ping().
  • Fixed default problems with $Page->addToLog().
  • Updated comments and code readability in Page.class.php and Direct.class.php.