Recommend this page to a friend! |
Download .zip |
Info | View files (14) | Download .zip | Reputation | Support forum (4) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
53% | Total: 1,928 | All time: 2,043 This week: 188 |
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 |
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 | / | config |
File | Role | Description |
---|---|---|
mysql.php | Class | Allows mysql to be configured and used for the Models |
Files | / | 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 | / | library |
File | Role | Description | ||
---|---|---|---|---|
mysql (1 file) | ||||
singleton.php | Class | abstract class for the Singleton implementation |
Files | / | models |
File | Role | Description | ||
---|---|---|---|---|
user (1 file) | ||||
models.php | Class | this is the base model class all models must extend "Model" |
Files | / | public_html |
Files | / | views |
File | Role | Description | ||
---|---|---|---|---|
include (1 file) | ||||
index.phtml | Example | Views are loaded into the object calling them E.G controller_index |
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.
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 |