Tagged Questions
3
votes
1answer
287 views
Domain Models (PHP)
I have been programming in PHP for several years and have, in the past, adopted methods of my own to handle data within my applications.
I have built my own MVC, in the past, and have a reasonable ...
3
votes
1answer
138 views
Data/Object Design Problem
Goal:
I'm trying to figure out the best way to model/design and then implement a "user" feature in a system.
Background:
I am designing an on-line access request system, so our company can use a ...
4
votes
2answers
430 views
ORM domain design pitfalls
Are there any patterns which seem sensible when designing an object oriented domain, but do not translate nicely onto a relational database schema? If so, are there standard patterns that can be used ...