Website structure #mvc
Edit
by Mohamed Siddi - 5 years ago (2019-09-30)
I need a basis structure to build my website
| I want to create a web application and i need a mvc structure to start with it. |
Ask clarification
3 Recommendations
PHP Web MVC Framework: MVC framework providing autogenerated MySQL models
This package is a MVC framework providing autogenerated MySQL models.
It provides base classes for creating Web applications like controllers, models and view classes, as well as, a set of MVC components for commons database operations like search, sort, paginate etc.
It uses the paradigm of "convention over configuration" for routing the requests to appropriate subsystem/controller
It avoids the mixing of HTML code with PHP code so that Web designers and programmers can cooperate better with each other.
| by Saro Carvello package author 515 - 5 years ago (2020-03-31) Comment
Read the wiki on github of my own MVC framework
|
Dframe Demo: Application to demonstrate the Dframe framework
This package is an application to demonstrate the Dframe framework.
It provides a complete sample Web application that uses the Dframe framework to demonstrate the capabilities of this package.
| by Slawomir Kaleta package author 60 - 5 years ago (2020-01-09) Comment
Try Dframe, VIEW have implemented SMARTY templates. It also has useful pdo class. |
Amp Frame: MVC framework for developing Web applications
This package implements a MVC framework for developing Web applications. It provides:
- Routers allow you to use the front end controller to manage web pages, APIs, RSS feeds, etc.
- Protected objects use extended classes so that you can add your own functionality without the worry of upgrading.
- Support for traits to use as method toolboxes for all objects.
- Models for MySQLi object oriented and procedural methods included for database management.
- Views to deliver web pages through a template system included. Template system supports multiple routes, children and skins.
It also supports Bootstrap 4 so that you can deliver responsive content, as well clean, pretty, restful url's included through the front end controller without using mod-rewrite.
| by Dave Smith package author 7620 - 5 years ago (2019-10-11) Comment
This MVC framework was written to quickly build websites. |