save()
save(object $obj) : object
Save handler, because DRY
Parameters
| object | $obj | Model to be saved |
Throws
- \Ceo\Managers\Exception
Json encoded string of validation errors
Returns
object —Model
Base manager class
Managers provide a service layer in front of models. Managers implement domain specific logic, checks and initialization that would normally live in multiple controllers.