[CakeServiceLayer Plugin]
If you don't want to stuff business logic in unrelated (ORM Model layer) Table classes, then Service classes are the way to go. They internally can use ModelAwareTrait and still access the Model layer where needed. But this way the business logic is more cleanly encapsulated.
ModelAwareTrait
The following examples showcase how you can use a Service locator to build services.
Send your feedback or bugreport!
Highlight something