PHP Classes

lightweight MVC: Implements the MVC design pattern

Recommend this page to a friend!
  Info   View files View files (14)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 53%Total: 1,928 All time: 2,043 This week: 188Up
Version License PHP version Categories
lightweight-mvc 3.0GNU Lesser Genera...5.2PHP 5, Libraries, Design Patterns
Description 

Author

This package implements the MVC design pattern.

It provides based model, view and controller class that should be derived to implement new applications.

It can get data from the browser secured with addslashes to prevent uses exploiting the system though GET, POST or URL data.

It uses MySQLi for database access.

Picture of Martin Barker
  Performance   Level  
Innovation award
Innovation award
Nominee: 2x

 

  Files folder image Files  
File Role Description
Files folder imageconfig (1 file)
Files folder imagecontrollers (2 files)
Files folder imagelibrary (1 file, 1 directory)
Files folder imagemodels (1 file, 1 directory)
Files folder imagepublic_html (2 files)
Files folder imageviews (1 file, 1 directory)
Accessible without login Plain text file .htaccess Data htaccess to check for file and rewrite to index.php if dose not exist
Accessible without login Plain text file bootstrap.php Example The bootstrap of the MVC this controls loading of controllers and calling Actions
Accessible without login Plain text file crond.php Appl. Searchs Controlers for cronAction and will run the method

 Version Control Reuses Unique User Downloads Download Rankings  
 0%2
Total:1,928
This week:0
All time:2,043
This week:188Up
User Ratings User Comments (1)
 All time
Utility:80%StarStarStarStarStar
Consistency:65%StarStarStarStar
Documentation:-
Examples:65%StarStarStarStar
Tests:-
Videos:-
Overall:53%StarStarStar
Rank:2121
 
Good for beginners who want to understand MVC
12 years ago (John Ryder)
70%StarStarStarStar