Tagged Questions

2
votes
3answers
45 views

Best way to model these relationships in Rails

I'm looking to create a Rails application with three models. One model represents cars, another represents the colors cars can be painted, and a third represents an order for a car in some color. …
2
votes
4answers
115 views

ASP.NET MVC Model confusion

Background I'm learning the ropes around how to use ASP.NET MVC properly, and ran into this issue with models: I have a model that describes a contact I can get that out of the form for creating a …
0
votes
2answers
63 views

Trouble passing complex data between view and controller in ASP.NET MVC

Here's a simplification of my real models in ASP.NET MVC, that I think will help focus in on the problem: Let's say I have these two domain objects: public class ObjectA { public ObjectB …
0
votes
5answers
88 views

How do you store business activities in a SQL database?

The goal is to store activities such as inserting, updating, and deleting business records. One solution I'm considering is to use one table per record to be tracked. Here is a simplified example: …
1
vote
1answer
44 views

How do I import a Model from another Model in CakePHP

Desc Model belongsTo Prod Model. I want that all Prod.Name will appear as checkboxes when adding a new desc, so that user will just click a Prod.Name when adding a new description for it. Like: …
0
votes
4answers
71 views

Find most commented posts

I have a blog, and I would like to find out the best way to find the most commented posts. I have a straight setup with posts have many comments, and comments belong to posts. I am trying to find a …
0
votes
1answer
32 views

PHP Symfony Framework - Use specific layout for a model

Hi there! Can anyone tell me how can I define and use a specific layout for a model (not a template)? I would like to do this for my custom 404 error page. Thanks in advance, Best regards!
2
votes
2answers
59 views

Stuctures of Complex and enterprise level applicaitons

I have a problem about structures of the complex applications .Because my knowledge background does not come from education , i have had always problem about application's layers , design patterns and …
0
votes
2answers
46 views

[R] GLM with autoregressive term to correct for serial correlation

Hi I have a stationary time series to which I want to fit a linear model with an autoregressive term to correct for serial correlation, i.e. using the formula At = c1*Bt + c2*Ct + ut, where ut = …
0
votes
1answer
13 views

How to update QCompeter’s model dynamically

I use QCompleter with QLineEdit, and I want to update QCompleter's model dynamically. i.e. the model's contents are updated according to QLineEdit's text. 1) mdict.h #include <QtGui/QWidget> …
2
votes
2answers
31 views

Can I create domain schema only (without any data) in Amazon SimpleDB?

Hello. I am evaluating Amazon SimpleDB at this time. SimpleDB is very flexible in the sense that it does not have to have table (or domain) schemas. The schema evolves as the create / update commands …
4
votes
6answers
168 views

The model in MVVM: business object or something else?

I'm trying to get to grips with MVVM and so I've read a bunch of articles - most focus on the View -> ViewModel relationship and there's general agreement about what's what. The ViewModel -> Model …
0
votes
1answer
32 views

devart dotConnect MySQL

Hello. I've been evaluating MindScape Lightspeed for the purpose of Model creation. So far I am satisfied. I was further looking for OOTB (actually some professional quality code) providers for MySQL …
1
vote
2answers
42 views

Understanding Rails Unit Testing: Is it still a unit test if a single test tests model interdependencies?

Besides the fact that Rails incorporates the database layer into the unit tests (which then is strictly not a unit test), what if I test for model interdependencies, e.g. check if has_many/belongs_to …
0
votes
0answers
24 views

C# Entity Model Result Filtering

I have some data bound controls which are bound to a bindingSource which is bound to a entity model. The problem I've run into is I need to be able to allow the user to filter to a specific record to …

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