PHP Classes

Simple Framework: Framework to implement MVC based Web applications

Recommend this page to a friend!
  Info   View files Example   Videos Videos   View files View files (51)   DownloadInstall with Composer Download .zip   Reputation   Support forum (12)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-09 (1 month ago) RSS 2.0 feedStarStarStarStar 71%Total: 1,444 All time: 2,707 This week: 113Up
Version License PHP version Categories
slaveframework 1.27GNU General Publi...5.4PHP 5, Libraries, Design Patterns
Description 

Author

This package is a framework to implement MVC based Web applications.

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.

Picture of Unay Santisteban
  Performance   Level  
Innovation award
Innovation award
Nominee: 2x

 

Example

<?php
define
('DACCESS',1);
require
'framework.php';

$app = new Application();

$app->route();

$app->dispatch();

$app->render();
?>


Details

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.

  Files folder image Files  
File Role Description
Files folder imagecache (1 file)
Files folder imagecontrollers (4 files)
Files folder imagecss (1 file)
Files folder imageincludes (6 files)
Files folder imagejs (1 file)
Files folder imagelanguages (2 files)
Files folder imagelibraries (12 files)
Files folder imagelogs (2 files)
Files folder imagemd5 (1 file)
Files folder imagemodels (1 file)
Files folder imagesystem (9 files)
Files folder imageviews (2 files, 2 directories)
Accessible without login Plain text file .htaccess Data Auxiliary data
Accessible without login Plain text file framework.php Aux. Auxiliary script
Accessible without login Plain text file index.php Example Application script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Data Auxiliary data

Downloadslaveframework-2024-01-09.zip 41KB
Downloadslaveframework-2024-01-09.tar.gz
Install with ComposerInstall with Composer
Needed packages  
Class DownloadWhy it is needed Dependency
Simple Uploader Download .zip .tar.gz This class allows to upload files in the aplication Optional
Language Replace Download .zip .tar.gz This class is used to manage translations Optional
PHP File Integrity Check Download .zip .tar.gz This class allow to create auto integrity checkers Optional
PHP File Permissions Download .zip .tar.gz With this class yo can manage the permissions of the application files Optional
Database PDO Abstract Layer Download .zip .tar.gz The Simple Framework uses this class as the abstract layer to access to database Required
 Version Control Unique User Downloads Download Rankings  
 100%
Total:1,444
This week:0
All time:2,707
This week:113Up
User Ratings User Comments (3)
 All time
Utility:92%StarStarStarStarStar
Consistency:89%StarStarStarStarStar
Documentation:78%StarStarStarStar
Examples:78%StarStarStarStar
Tests:-
Videos:-
Overall:71%StarStarStarStar
Rank:253
 
its great !
9 years ago (ramesh)
80%StarStarStarStarStar
Great job.
9 years ago (Hassan Ijtihadi)
70%StarStarStarStar
Excelent !
9 years ago (Manuel Jimenez)
77%StarStarStarStar