Skip to content

Instantly share code, notes, and snippets.

@zagloo
zagloo / Controller "TestController" for generate my form
Last active August 29, 2015 14:22
Preflush() "@Orm\PreFlush()" not persisted in Database but return right response to my form
<?php
namespace AVC\MediasBundle\Controller;
use AVC\MediasBundle\Entity\First;
use AVC\MediasBundle\Form\FirstType;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Request;
class TestFirstController extends Controller