I'm relatively new to design patterns but I feel that I've got a good understanding of the MVC patte
I'm trying to get to grips with the power behind Joomla (3.x)'s framework. I've noticed that th
I am new to Joomla, I want to know how the Joomla controller passes data to the model, model to controller and
Drupal is frequently referred as a Content Management Framework, does it comply with the MVC paradigm? If it d
Can I create a Controller that simply returns an image asset? I would like to route this logic through a cont
I have an action I call from an anchor thusly, Site/Controller/Action/ID where ID is an int. Later on I need
The Problem Consider the following controller hierarchy: UINavigationController UIViewController UITableVi
In iOS 13 there is a new behaviour for modal view controller when being presented. Now it's not fullscre
I have a tab bar application, with many views. Is there a way to know if a particular UIViewController is curr
In Yii, is there a way to render a single action using a different layout than that defined for the controller
I have been working to create a UIAlertView in Swift, but for some reason I can't get the statement right
I'm new to iOS and Objective-C and the whole MVC paradigm and I'm stuck with the following: I have a
I have written a filter function which will return data based on the argument you are passing. I want the same