The model is not a class or any single object. It is a very common mistake to make [...], because most frameworks perpetuate this misconception.
So, what is the best folder structure for the models?
The Zend Recommended Project Directory Structure, for example, has only a "model" folder. But when I try to separate my models into Domain Objects, Data Mappers and Services, how should this structure look like?
Thanks!