Controller/WikiTagController.php
changeset 74 901463f9b11c
parent 68 e7384fb35f7a
child 77 021131fbe2c5
equal deleted inserted replaced
73:12fc4e8b6fde 74:901463f9b11c
     1 <?php
     1 <?php
     2 /*
     2 /*
     3 * This file is part of the WikiTagBundle package.
     3  * This file is part of the WikiTagBundle package.
     4 *
     4  *
     5 * (c) IRI <http://www.iri.centrepompidou.fr/>
     5  * (c) IRI <http://www.iri.centrepompidou.fr/>
     6 *
     6  *
     7 * For the full copyright and license information, please view the LICENSE
     7  * For the full copyright and license information, please view the LICENSE
     8 * file that was distributed with this source code.
     8  * file that was distributed with this source code.
     9 */
     9  */
    10 
    10 
    11 namespace IRI\Bundle\WikiTagBundle\Controller;
    11 namespace IRI\Bundle\WikiTagBundle\Controller;
    12 
    12 
    13 use Doctrine\ORM\Query\ResultSetMapping;
    13 use Doctrine\ORM\Query\ResultSetMapping;
    14 use Doctrine\DBAL\DriverManager;
    14 use Doctrine\DBAL\DriverManager;