| Recommend this page to a friend! | 
|  Download | 
| Info |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
|    50% | Total: 1,931 | All time:  2,044 This week: 36  | ||||
| Version | License | PHP version | Categories | |||
| lightweight-mvc 3.0 | GNU Lesser Genera... | 5.2 | PHP 5, Libraries, Design Patterns | 
| Description | Author | |
| This package implements the MVC design pattern. | 
|  Files (14) | 
| File | Role | Description | ||
|---|---|---|---|---|
|  config (1 file) | ||||
|  controllers (2 files) | ||||
|  library (1 file, 1 directory) | ||||
|  models (1 file, 1 directory) | ||||
|  public_html (2 files) | ||||
|  views (1 file, 1 directory) | ||||
|    .htaccess | Data | htaccess to check for file and rewrite to index.php if dose not exist | ||
|    bootstrap.php | Example | The bootstrap of the MVC this controls loading of controllers and calling Actions | ||
|    crond.php | Appl. | Searchs Controlers for cronAction and will run the method | ||
|  Files (14) | / | config | 
| File | Role | Description | 
|---|---|---|
|  mysql.php | Class | Allows mysql to be configured and used for the Models | 
|  Files (14) | / | controllers | 
| File | Role | Description | 
|---|---|---|
|  controller.php | Class | This is base controller all other controllers should extend "Controller" | 
|  index.php | Class | Class "controllers_index" this is the default index controller | 
|  Files (14) | / | library | 
| File | Role | Description | ||
|---|---|---|---|---|
|  mysql (1 file) | ||||
|  singleton.php | Class | abstract class for the Singleton implementation | ||
|  Files (14) | / | models | 
| File | Role | Description | ||
|---|---|---|---|---|
|  user (1 file) | ||||
|  models.php | Class | this is the base model class all models must extend "Model" | ||
|  Files (14) | / | public_html | 
|  Files (14) | / | views | 
| File | Role | Description | ||
|---|---|---|---|---|
|  include (1 file) | ||||
|    index.phtml | Example | Views are loaded into the object calling them E.G controller_index | ||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
| 0% | 2 | 
 | 
 | 
| User Ratings | User Comments (1) | ||||||||||||||||||||||||||||||||||
| 
 | 
 | ||||||||||||||||||||||||||||||||||
| Applications that use this package | 
| Doxie Promo is using lightweight VMS built on top of this class | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.
| Other classes that need this package | 
| Class | Why it is needed | Dependency | 
|---|---|---|
| lightweight MVC Lang | Object is built to use | Required | 
| Lightweight MVC MySQL SP Class | this class is built to use Lightweight MVC | Required |