mvc topic

The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: The model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.

List mvc repositories

halfmoon

14
Stars
0
Forks
Watchers

a tiny mvc framework for php using php-activerecord

SnowPHP

5
Stars
0
Forks
Watchers

Self-made PHP MVC framework ---SnowPHP

iOSDesignPatternSamples

687
Stars
95
Forks
Watchers

This is Github user search demo app which made by many variety of design patterns. You can compare differences in MVC, MVP, MVVM and Flux.

mvp-sample

40
Stars
8
Forks
Watchers

一个简单的MVP示例,和传统不一样的是,我们把Activity/Fragment作为Presenter,把View单独提出来,扩展了Presenter的能力。

fastapi-mvc

536
Stars
49
Forks
Watchers

Developer productivity tool for making high-quality FastAPI production-ready APIs.

softn-cms

22
Stars
5
Forks
Watchers

Sistema de gestión de contenidos

nur

61
Stars
7
Forks
Watchers

nur - a simple framework for PHP

mustafa

32
Stars
1
Forks
Watchers

Mustafa is Simple and Fast MVC Framework for Crystal

DNTCommon.Web.Core

130
Stars
17
Forks
Watchers

DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core applications.