Download the PHP package dsoft/mvc4php without Composer
On this page you can find all versions of the php package dsoft/mvc4php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dsoft/mvc4php
More information about dsoft/mvc4php
Files in dsoft/mvc4php
Download dsoft/mvc4php
More information about dsoft/mvc4php
Files in dsoft/mvc4php
Vendor dsoft
Package mvc4php
Short Description This package allow users to manage most common operations with databases, based on mysqli functions. It also includes support for MVC components.
License MIT
Homepage https://github.com/nandorc/mvcforphp
Package mvc4php
Short Description This package allow users to manage most common operations with databases, based on mysqli functions. It also includes support for MVC components.
License MIT
Homepage https://github.com/nandorc/mvcforphp
Please rate this library. Is it a good library?
Informations about the package mvc4php
mvcforphp
Template files to apply mvc pattern with native php By Daniel F. Rivera C.
In order to use this library your web project must look like this
- rootFolder
- .vscode
- sftp.json
- controllers
- [EachNewControllerHere...]
- documentation
- [DBStructureFiles...]
- [MockUps...]
- mailing
- [MailingTemplateFiles...]
- models
- [EachNewModelHere...]
- resources
- audios
- [AudioFilesHere...]
- docs
- [DocumentFilesHere...]
- images
- icon.ico (optional)
- [AdditionalImagesHere...]
- scripts
- mvc4php
- dbconf.json (optional)
- globals4app.php
- globals4controllers.php
- globals4views.php
- [EachPersonalCSSLibsHere...]
- [EachPersonalJSLibsHere...]
- videos
- [VideoFilesHere...]
- vendor
- [ComposerFilesAndFolders...]
- views
- shared
- components (optional)
- [EachNewComponentHere...]
- template.php
- [EachNewViewHere...]
- .gitignore
- .htaccess
- composer.json
- composer.lock
- index.php
- LICENSE
- README.md
It's important to keep structure like this to get better performance. Also you have to keep in mind the next advices:
- Controllers must be named with the Controller prefix. Example: userController.php
- Views must be named with the View prefix. Example: homeView.php
All versions of mvc4php with dependencies
PHP Build Version
Package Version
The package dsoft/mvc4php contains the following files
Loading the files please wait ....