5 个仓库
Implementations of the Model-View-Controller pattern for organizing web application logic and routing.
Distinct from MVC Implementations: Focuses on the specific use of controllers within the ASP.NET Core MVC framework, not general MVC theory.
Explore 5 awesome GitHub repositories matching software engineering & architecture · MVC Controller Implementations. Refine with filters or upvote what's useful.
This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro
Provides examples of organizing web application logic into Model, View, and Controller patterns to manage complex routing.
PrestaShop is an open-source e-commerce platform and PHP framework designed for building and operating self-hosted online stores. It provides a comprehensive software suite for managing the e-commerce lifecycle, including product catalogs, order fulfillment, and integrated payment processing. The platform functions as a multi-language storefront manager, enabling the localization of product descriptions and user interfaces to support sales across different countries and languages. The system covers broad capability areas including e-commerce store management, international localization, and
Uses an MVC architecture to route requests through controllers that populate templates with database results.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
CodeIgniter organizes application logic into Models, Views, and Controllers for clean separation of concerns.
SuiteCRM 是一个开源的客户关系管理平台和 PHP Web 应用。它是一个可定制的业务套件,旨在自托管环境中管理销售、营销和服务运营。 该平台提供跟踪潜在客户和销售渠道、组织客户联系信息以及管理客户支持工单的工具。它还包括营销活动自动化和业务流程自动化功能,以处理重复性的行政任务。 该系统支持通过自定义主题进行视觉定制,并包含用于监控应用行为的系统事件日志。
Implements an MVC-inspired architecture to separate data models from user interface and controlling logic.
该项目是一个 Java Web 应用程序和 Spring Boot 书签管理器,专为保存、分类和组织网站书签和文章而设计。它既是用于私人归档的自托管资源库,也是用于社区驱动链接共享的社交书签平台。 该系统通过发现公共收藏和社交内容互动实现社交知识共享,允许用户点赞、分享和讨论保存的资源。它还提供个人书签管理工具,包括将链接组织到分类文件夹中的功能。 该平台包括浏览器书签同步实用程序,支持在应用程序和浏览器文件夹之间导入和导出数据。用户身份通过账户注册、安全登录和个人资料设置进行管理。
Employs the Model-View-Controller architectural pattern to decouple business logic from the user interface.