controllers
ASP.Net MVC3: Set up Routing to handle multiple unique ID's?
I\'m building an MVC application that consists of entities that can be referenced by two different unique ID\'s, an ugly system generated ID, and a more user-friendly 5 character \"Short Code\". For e[详细]
2023-04-09 03:29 分类:问答Session control Various controllers at the same page in Symfony 2?
i\'m trying to control the session to forbid the access to some pages of my web app. The way is simple, a boolean session variable. The thing is there\'s one page for every action, but, i think is not[详细]
2023-04-08 07:46 分类:问答self.view.backgroundColor = [UIColor greenColor]; does not work in pushed view
I want to draw something in drawRect of pushed view. Also, I want to change ba开发者_如何学Pythonck ground color of view.[详细]
2023-04-07 09:02 分类:问答Displaying logic from one model in the view of another in Rails?
I have a model, Statistic, that has 6 statistics for a Character model. Users can enter values for Strength, Intelligence and so on. I\'ve written a method for automatically calculating bonuses or pe开[详细]
2023-04-06 05:55 分类:问答MVC 3 - Controllers and ViewModels - Which should contain most of the business logic?
Currently in my application and using the unit of work pattern and generic repository, all my controllers contain all of the business logic. I\'m in the process of putting everything over to use ViewM[详细]
2023-04-04 03:11 分类:问答iPhone creating nested views
I\'m noob in iPhone programming. I want to create navigation-based application with several nested views, when first and second are UITableView-type, and the third is simple UIView with my own interf[详细]
2023-03-27 10:01 分类:问答Is there a standard, documented, development pattern to create UI layouts similar to iTunes, iCal, iPhoto, etc?
I am new to Cocoa development and I am trying to create UI layouts using what I consider to be the \"standard\" layout that is shared by apps like iTunes, iCal, iPhoto, Billings, 1Password, Numbers, D[详细]
2023-03-25 13:28 分类:问答How should I handle triggering an "action method" through a RESTful Controller?
I am trying to keep my controllers nice a RESTful.One thing I keep running into is the need for a button or link on the site to trigger a specific event on a model.For example:[详细]
2023-03-22 03:49 分类:问答Zend Framework accessing controllers through URLs
I am starting to learn Zend Framework with book Beginning Zend Framework (Apress), I have trouble aceesing different controllers through URL. I setup the directory structure for Zend Framework and set[详细]
2023-03-20 17:45 分类:问答CodeIgniter nested controllers?
I\'m new to CodeIgniter and I hope that my question will have a simple answer. I have a website with a couple of menu items (menuA,menuB and menuC).[详细]
2023-03-20 14:34 分类:问答