Ross Tuck

Ross Tuck

Models and Service Layers; Hemoglobin and Hobgoblins

Ross Tuck is a senior developer at Ibuildings in the Netherlands, despite being American. He’s currently obsessed with hypermedia, CQRS, middleware and vector graphics but this tends to change quickly. Otherwise, he’s usually trying to make time to read.

Models and Service Layers; Hemoglobin and Hobgoblins

Models, sure. That’s all part of MVC. Those are the objects that hold your business logic. Except…do they really? In PHP, the norm is to have an anemic domain model. Even if you want to move away from that (whatever it is), how do you do it?

In this talk, we’ll look at different schools of thought for managing your code’s truly important parts and the impact on related areas like testing or form libraries. From plain models to service layers, DDD to CQRS, we’ll try to apply them to an average application using PHP libraries and see where they stand up or fall down.

There’s no magic elixar for designing good models but sometimes all you need is a little iron in your diet.