Controller/WikiTagController.php
changeset 77 021131fbe2c5
parent 76 bb7808e180c3
parent 74 901463f9b11c
child 94 95ccb3524522
equal deleted inserted replaced
76:bb7808e180c3 77:021131fbe2c5
     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;