Notifications
Clear all
Topic starter 17/09/2024 2:51 pm
Is Symfony A MVC framework?
Topic starter 17/09/2024 2:51 pm
Symfony is based on the classic web design pattern known as the MVC architecture, which consists of three levels: The Model represents the information on which the application operates--its business logic. The View renders the model into a web page suitable for interaction with the user