adamwathan / form

Super basic form HTML builder, only really exists so I can pull it in for some other more useful projects.
MIT License
232 stars 117 forks source link

hasModelValue doesn't work with mutated value #4

Closed grantlovell closed 10 years ago

grantlovell commented 10 years ago

src/AdamWathan/Form/FormBuilder.php line 101, could work with: return !!$this->model->{$name};

But there may be a better implementation.