I have a CodeIgniter application, but one of my controllers must call a data processing function that I have also written myself. The only problem is I can\'t seem to figure out how to do this. Lookin
What are (the best) approaches for the Zend Framework to nest different controllers actions into one big one?
I am working on a form with a bunch of selection criteria that will generate a report when the form is submitted. I also have a number of different reports that can be generated form this same criteri
I would like to use the Philips LFH-2330 to view images (with Windows Image Viewer or another viewer such as IrfanView, etc.)
Since this stuff is fair new I couldn\'t figure out any good reference on it. I want to use reflection to enumerate through all the controller in my application. This is not hard using reflection. Bu
I want to test a mvc controller. I\'m using Moq to mock the services, but I don\'t know how to mock this.Request.Files[\"Attachement1\"] and this.Server.MapPath(\"~/Te开发者_如何学Pythonmp\")(\"this\"
I\'m new to ASP.NET MVC. After working with traditional ASP.NET model for so long, it\'s taking some time for me to get to understand this model.
I\'m halfway through a CMS where the URL is an SEO friendly name based on a page title. There is a need for one section to use a specific controller. So for example:
I was wandering if there is option to do the following If I call \"admin/Category\" - to call \"CategoryAdminController\"
I have an application used by several organizations and I want to check that users of one domain (a.domain.com) cannot edit users of another domain (b.domain.com). My question is where to put the logi