Tagged Questions

2
votes
4answers
64 views

Multi-Tier in PHP..the right way??

I have a specific question, that could use a general answer... When building Multi-Tier applications in PHP, does everything have to be done in the Business Logic layer, or can any …
1
vote
4answers
77 views

Where should calculation logic go in a Rails app?

Hi all, I have an app that models a House. The House has_many Rooms, Rooms has_many Lights and Small_appliances, etc. I also have a controller called Calculator that is how the ap …
0
votes
3answers
31 views

how to developed a mvc project in VS 2010 beta 2 ultimate

in my vs 2010 beta 2 how i can developed a mvc project. i not see any where to developed a mvc project in vs 2010 beta 2
1
vote
1answer
25 views

ASP.NET MVC - Display Result of Serverside Process

I'm very new to MVC, and just building my first site, using NerdDinner as an example. I'm wondering what is the best approach to displaying the result of a server-side process. eg …
4
votes
5answers
187 views

Avoiding spaghetti code in ASP.NET MVC

Probably a stupid question, but here goes. In my view, I have the following code.... <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<Learner.MvcApplic …
3
votes
7answers
121 views

Ruby App MVC framwork (not web)

Has anyone heard of a Ruby MVC framework for Apps/Scripts? When Rails appeared - it was a revolutionary tool because it brought MVC to the masses of web developers and for once fo …
0
votes
1answer
11 views

Asp.net MVC Ajax.ActionLink send ViewData.Model to the Action with last User inputs

I want to send ViewData.model to Special action with the last user data entry. I mean, the Edit form is showed to the User, User input values to some fields, when he/she will clic …
0
votes
4answers
85 views

ASP.net MVC - How to persist model over various views.

Situation: In some project management software written in asp.net I have a create project page (working fine). I need to add to this the ability to add tasks from a list of templa …
4
votes
7answers
176 views

User roles - why not store in session?

I'm porting an ASP.NET application to MVC and need to store two items relating to an authenitcated user: a list of roles and a list of visible item IDs, to determine what the user …
0
votes
5answers
84 views

Why use a templating engine with a framework?

I recently discovered the PHP framework Kohana (which is awesome) and was reading a thread about using it in conjunction with a templating engine such as Smarty or Twig. My questio …
0
votes
3answers
56 views

how can I bust out of a PHP class initialization if the user isn’t logged in?

I'm writing an admin section to a site using CodeIgniter. I am writing an Admin class that extends the Controller class, and then controllers for admin pages will extend Admin. I d …
0
votes
0answers
34 views

ASP.Net MVC jquery Modal Dialog select from list and refresh Parent

In my project, i want to show a list of something to user and after a row is selected by user, the parent form will refresh without losing last data entry. I've created a sample p …
3
votes
4answers
100 views

Should an MVC Controller and View have a 1 to 1 relationship?

I am currently using asp.NET MVC to build a Content Management System parts of a website and have the odious job of recreating all of my Views as Partial Views as it appears to be …
1
vote
4answers
64 views

ASP.NET MVC POST Parameters in the url

url : /jobs/UpdateJobResults/GUIDHERE When I do a post to the below function the guid id is always blank, can I use the above format to POST the GUID in the url (as the form body …
0
votes
1answer
19 views

ASP MVC Dropdown

Please look at my code. I am trying to display some dynamic customers in the dropdown menu. And after selecting a customer button is pressed. Then products owned by the selected cu …

1 2 3 4 5 121 next
15 30 50 per page