Top "Model-view-controller" questions

Model–View–Controller (MVC) is an architectural pattern used in software engineering.

Zend Framework 2: get matched route in view

I'm currently learning ZF2 by developing a small MVC application roughly based on the skeleton app. Right now I'm trying …

model-view-controller routes zend-framework2
How can I get the route name in controller in ASP.NET MVC?

ASP.NET MVC routes have names when mapped: routes.MapRoute( "Debug", // Route name -- how can I use this later???? "…

asp.net-mvc model-view-controller routing
Fat models and skinny controllers sounds like creating God models

I've been reading a lot of blogs which advocate the fat models and skinny controllers approach, esp. the Rails camp. …

model-view-controller design-patterns architecture god-object
Uses of javax.faces.PROJECT_STAGE

I wanted to understand impact of 'javax.faces.PROJECT_STAGE' property for a JSF application. A nice use case was …

jsf model-view-controller jsf-2 web jsf-1.2
Yii: Render action using different layout than controller's layout

In Yii, is there a way to render a single action using a different layout than that defined for the …

php model-view-controller yii
What is Model View Presenter?

Can someone please explain in a way as simple as possible what the Model View Presenter pattern is? What is …

model-view-controller design-patterns mvp
How can I implement an Access Control List in my Web MVC application?

First question Please, could you explain me how simpliest ACL could be implemented in MVC. Here is the first approach …

php oop model-view-controller acl
Can angularjs routes have default parameter values?

Can I set a default value of a parameter of a route in AngularJS? Is there a way to have /…

javascript angularjs model-view-controller url-routing
ASP.NET MVC Url.Action adds current route values to generated url

I have seen this question a couple of times here in SO but none of them with any acceptable answer: …

asp.net-mvc url model-view-controller routing
"Hello World" in MVC Pattern

In an interview for some company, I was asked this question. What design patterns do you know...then I was …

javascript model-view-controller design-patterns object-oriented-analysis