Tagged Questions
0
votes
2answers
418 views
Handling client-side domain object state in a presentation model
I'm currently building the client side of a Flex/PHP project using the Presentation Model pattern.
What I'm trying to achieve:
I currently have a view displaying non-editable information about a ...