All Projects → Developero-oficial → php-mvc

Developero-oficial / php-mvc

Licence: MIT license
Mini framework para aplicaciones PHP con el patrón MVC

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to php-mvc

Modelassistant
Elegant library to manage the interactions between view and model in Swift
Stars: ✭ 26 (-25.71%)
Mutual labels:  view, controller, model
Diamond
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Stars: ✭ 173 (+394.29%)
Mutual labels:  view, controller, model
MVVM-Design-Pattern-Demo
An Xcode 9 project written in Swift 4 code designed using the MVVM design pattern, truly extolling the virtues of MVVM over MVC.
Stars: ✭ 31 (-11.43%)
Mutual labels:  view, controller, model
Bbs node
node后端服务,node+express+mysql, 搭建token-权限-管理完整的web服务, 对应页面: https://www.lyh.red/admin \ https://www.lyh.red/bbs \ 接口地址https://www.lyh.red/apidoc/index.html
Stars: ✭ 78 (+122.86%)
Mutual labels:  controller, model
Laravel
Muito conteúdo sobre o framework Laravel. Controllers, Models, Views, Blade, Migrations, Seeders, Middlewares, Autenticação, Autorização, Providers, pacotes, laravel 8, etc.
Stars: ✭ 43 (+22.86%)
Mutual labels:  controller, model
Wpemerge
A modern, MVC-powered WordPress as a CMS workflow. 🚀
Stars: ✭ 348 (+894.29%)
Mutual labels:  view, controller
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (+254.29%)
Mutual labels:  view, model
Zwtopselectvcview
快速导入多个控制器,通过顶部选择菜单切换控制器,实现一个页面多个控制器切换处理.(It's an so easy way to add your all kinds of childControllers into superViewController, then you can slide around or just click on the topButton which is automatically building in the topView to switch your childViewController.)
Stars: ✭ 61 (+74.29%)
Mutual labels:  view, controller
Codegen
A model-view based code generator written in Java
Stars: ✭ 36 (+2.86%)
Mutual labels:  view, model
Aachartkit Swift
📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、…
Stars: ✭ 1,962 (+5505.71%)
Mutual labels:  view, model
Transition
Easy interactive interruptible custom ViewController transitions
Stars: ✭ 2,566 (+7231.43%)
Mutual labels:  view, controller
Model-Predictive-Control
Udacity Self-Driving Car Engineer Nanodegree. Project: Model Predictive Control
Stars: ✭ 50 (+42.86%)
Mutual labels:  controller
chpc
CHPC: Cheap Heat Pump Controller
Stars: ✭ 27 (-22.86%)
Mutual labels:  controller
go-topics
Latent Dirichlet Allocation
Stars: ✭ 23 (-34.29%)
Mutual labels:  model
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-28.57%)
Mutual labels:  controller
CoolView
一些炫酷的自定义控件(Some cool custom controls),逐步完善中...
Stars: ✭ 63 (+80%)
Mutual labels:  view
helm-controller
A simple way to manage helm charts with a Custom Resource Definitions in k8s.
Stars: ✭ 49 (+40%)
Mutual labels:  controller
LovelyView
🔗A view that combines pictures and texts.(一个组合图片和文本的view).
Stars: ✭ 68 (+94.29%)
Mutual labels:  view
AndroidSamples
Android例子----View、指纹、Canvas、RecyclerView、BottomSheet、PopupWindow、Broadcast、Service、Rxjava、Retrofit、Handler等
Stars: ✭ 107 (+205.71%)
Mutual labels:  view
factoria
Simplistic model factory for Node/JavaScript
Stars: ✭ 49 (+40%)
Mutual labels:  model

php-mvc

alt tag

Este es un ejemplo de MVC con Php vanilla hecho desde cero.

Guía de instalación

Descarga como zip o clona este repositorio en la carpeta destino donde tu servidor pueda leer los archivos.

Ejemplo demo para acceder estando en un host local: http://localhost/php-mvc/ .

En este ejemplo se renderiza el controlador configurado por default: HomeController. El controlador por default puede ser cambiado en el archivo de configuración.

Ejemplo demo para acceder estando en un host local renderizando con parámetros y el Model: http://localhost/php-mvc/Home/usuario/1 .

Curso gratuito para desarrollar este sistema desde cero con Php vanilla

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].