Skip to content

Instantly share code, notes, and snippets.

@michaeltwofish
Created February 2, 2012 04:44
Show Gist options
  • Save michaeltwofish/1721550 to your computer and use it in GitHub Desktop.
Save michaeltwofish/1721550 to your computer and use it in GitHub Desktop.
$test = Test::create();
$form1 = new Form(array('name' => 'Form 1'));
$form2 = new Form(array('name' => 'Form 2'));
$form3 = new Form(array('name' => 'Form 3'));
$test->forms = array($form1,$form2,$form3);
$test->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment