pomm-project / ModelManager

Model Manager for the Pomm database framework.
MIT License
66 stars 27 forks source link

Add a method to disable strictness for certain method calls. #35

Closed xenji closed 9 years ago

xenji commented 9 years ago

Also add a method that reenables the strictness. This may be a fix for https://github.com/pomm-project/Foundation/issues/38

xenji commented 9 years ago

A method call could now look like

$userModel->withoutStrictness()->initialize($session);
xenji commented 9 years ago

As discussed n pomm-project/Foundation#38, there is already a solution for that case. No need to merge this.