Tagged Questions

0
votes
1answer
12 views

Zend Framework: How to construct a simple “Data Mapper” model?

I'm building an application in the Zend Framework, but I'd like to implement a "Data Mapper" style ORM layer, constructing Model classes that only include the specific pieces of data they need to …
2
votes
0answers
23 views

Design Pattern for Data Processing? (MVC alternative)

As a PHP/Web Developer, I'm a huge fan of MVC (Model-View-Controller). I love building an app on a solid foundation which definitely separates business logic, presentation logic, and flow of control. …
0
votes
1answer
22 views

Replacement for ITemplate in MVC?

I am currently running a website, i use a control that inherits from ITemplate to wrap all my usercontrols in. basically what it is, is a table with a nice border, and i am able to dump anything in …
1
vote
4answers
108 views

Dynamic layouts in CakePHP

Sorry about the question title, but I couldn't find a more appropriate way to phrase this. I am currently building a CakePHP powered website and I'm not quite sure how to approach the following …
0
votes
2answers
16 views

Advice for setting up a static file server with ASP.NET/ASP.NET MVC

I would like to set up a subdomain (similar to stackoverflow's http://sstatic.net/) in order to serve static content for my existing web applications. I have never done this before and was wondering …
7
votes
2answers
88 views
+150

Composing a largely coupled class (Controller) and Dependency Injection

How to solve the problem of composing a Controller class in PHP, which should be: easily testable by employing Dependency Injection, provide shared objects for end programmer provide a way to load …
2
votes
1answer
23 views

MVC generates two input fields for the same bool property. How do I stop it?

C#, MVC 2 RC 2... I have the following property on my model class: [Required] [DataType(DataType.Custom)] [DisplayName("Show Favourites")] public bool ShowFavourites { get; set; } And the …
1
vote
4answers
279 views

Problem with EDM in ASP.NET MVC

Hello, I have a question that is pretty similar to this question: http://stackoverflow.com/questions/899734/strongly-typed-asp-net-mvc-with-entity-framework but the solutions for that question …
0
votes
1answer
16 views

Need help with Security Exception in ASP.Net MVC web application

Hi. I have written 3 ASP.net MVC web applications, and all are deployed on shared hosting servers with my ISP. All 3 applications are very similar in configuration and settings. The 1st application …
0
votes
2answers
31 views

Exporting to pdf - Reporting Viewer

Hi, I created a report in Report Viewer using the source 3 of 9 barcode, (for bar code), put the font in the Fonts folder in Windows. But the export to PDF the font does not appear, but now when I …
2
votes
1answer
36 views

save page in php

Hi all, I am writing a web program using mvc php framework. I have index and another view which I want to render the view inside of my index. First I call view then I call index and put view into it. …
1
vote
3answers
25 views

ViewData.Model and ViewData.Eval

In my Controller I have been setting ViewData.Model = DBModel.Table.Take(1).Single(); Where DBModel is create by DBML file of Linq-to-SQL And I can access the Value thro' …
0
votes
2answers
16 views

dynamically Frame the URl in c#

In c# i need to frame the folllowing URL dynamically,here Action is redirectURL and the Controller is Books,when i post the page i send the url to some other page in follwing format.is it posible to …
1
vote
2answers
13 views

Where’s a good article or tutorial to learn more about MVC on the iPhoneOS

Basically what the title says, where is a good tutorial or article about Model-View-Controller relationships that is relevant or specifically about the iPhoneOS?
0
votes
2answers
98 views

ASP.NET MVC CheckBox

Hi there, I have an MVC view that displays a list of records. I want to have a check box that allows you to hide / show inactive records. How can I make it so that when the user checks / unchecks …

1 2 3 4 5 166
15 30 50 per page