I\'ve looked all over, and found many people with similar problems, but I still can\'t get my delegates working. I want to make a model view controller pop up, then call a method in the view that made
I have the following relationships: Foo has_one Bar Bar has_many Baz Foo has_many Baz through Bar Now my problem: I need to work with Foo.Baz but the information should be frozen/static.
I use a MVC PHP framework to keep my web applications as DRY as possible. All of my HTML templates are neatly tucked away in one folder in the application scope of my project.
I\'m currently using RobotLegs with the Presentation Model pattern to develop a Flex 4 project. I understand that all business logic related to a View resides in the Presentation Model associated with
I\'m new to programming. I generated an Ideas scaffold. The model has fields: Description (string), Upvotes (integer), Downvotes (integer).
I\'ve been using Codeigniter in order to get accustomed to the Model-View-Controller architecture, and to try and speed up the process of making and implementing sites.
I have this following mvc application The problem is when Im trying to assign profile values: // Attempt to register the user
In my project I have overridden the display at the widget level in order to precisely control the markup being produced. The problem I have now is that I can\'t work out how to render items which are
I have a screen in my iPhone application where i have to load multiple kinds of data simultaneously. To simplify my code, I created separate view and loaded separate view controllers in them to handle
I need to have two arguments in action method: one for id of article and second with model of comment.