Skip to content

Instantly share code, notes, and snippets.

@khepin
Created October 16, 2012 03:56
Show Gist options
  • Save khepin/3897166 to your computer and use it in GitHub Desktop.
Save khepin/3897166 to your computer and use it in GitHub Desktop.
<?php
public function friendMessageAction()
{
$form = $this->container->get('form.factory')->create('acme_friend_message');
$form = $form->createView();
return compact('form');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment