domain-model Questions
2
Solved
What I'm trying to do is create a domain model with a Plain Old PHP Object.
The I'm creating a library which will do all the infrastructure stuff.
So one of my models looks like this
class Project...
Bria asked 18/11, 2009 at 6:38
3
I'm looking for a simple example to illustrate the benefits of using a rich domain model. Ideally, I'd like a before and after code listing (which should be as short as possible).
The before...
Belabor asked 2/11, 2009 at 21:57
6
Solved
A while ago I had a discussion with my colleagues about the persistence of Domain Models and whether we should enforce foreign-key constraints at the database level.
My first reaction was that the...
Nazi asked 2/7, 2009 at 19:55
4
Solved
I was trying to separate my DAL from my Business Layer, and in doing so, I decided to eschew any ActiveRecord approach and go for a DataMapper approach.
In other words, my domain objects would not...
Stealth asked 19/6, 2009 at 17:29
© 2022 - 2024 — McMap. All rights reserved.