Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 757 Bytes

README.md

File metadata and controls

executable file
·
6 lines (4 loc) · 757 Bytes

Slave Framework

Slave Framework is a very very simple Application Development Framework to develop in PHP. It provides base classes to implement model, views and controller classes, as well a router class that reads routing configuration and maps request URLs to controllers to by dispatched by the application class, and a loader class to load view scripts.

The package also provides general purpose classes for database access with PDO, wrap get and post request values, get and check hashes of files, retrieving application texts for different idioms, set and get permissions of directories, compute salted hashs of passwords, set and get session values, handle file uploads, get the current page URL and redirect to a new page.