Closed nsbucky closed 11 years ago
Needs a better comment, just something like "this is called when isset() is called".
Space after the comments like others.
You need to support arrays too. And needs tests.
Otherwise I'll PR it later and make the changes myself, just not much time with this lately.
ok thanks
This has been merged into the develop branch.
When using the service provider to automagically create Presenter instances of objects, I found there was a problem with using Form::model(), as it uses isset() to check values on the bound model. Since Presenter is just a wrapper, the values are not set. By implementing the __isset() it keeps the Form::model() working as expected. Hopefully this is an acceptable addition.