Skip to content

Instantly share code, notes, and snippets.

@immutef
Last active August 29, 2015 14:01
Show Gist options
  • Save immutef/03b7718a289d44cf76a2 to your computer and use it in GitHub Desktop.
Save immutef/03b7718a289d44cf76a2 to your computer and use it in GitHub Desktop.
<?php
$entity = new stdClass();
$form->setData($entity);
$form->bind($entity);
var_dump($form->isValid());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment