Skip to content
#

front-controller

Here are 13 public repositories matching this topic...

Minimal PHP MVC learning project demonstrating the Model–View–Controller pattern end-to-end. Uses plain PHP with PDO, a front controller, simple routing, and CRUD student management. Designed to teach separation of concerns, prepared statements, and typical MVC structure without frameworks.

  • Updated Jan 2, 2026
  • PHP

Fork criado para estudo do framework php2go e entendimento das decisões arquiteturais do projeto. Utilizado como referência para aprofundar conhecimentos em frameworks PHP clássicos e na evolução de padrões de arquitetura ao longo do tempo.

  • Updated Feb 8, 2026
  • PHP

Basic web application to model car renting business process. Sticks to MVC architecture pattern where central front controller servlet consumes user requests, converts them to actions/commands, processes data and demonstrates result as JSP/JSTL web forms.

  • Updated Jul 5, 2021
  • Java

Improve this page

Add a description, image, and links to the front-controller topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the front-controller topic, visit your repo's landing page and select "manage topics."

Learn more