app/AppCache.php
author cavaliet
Fri, 21 Oct 2011 17:10:54 +0200
changeset 15 99ad73ef7385
parent 0 7f95f8617b0b
child 71 b01e36991488
permissions -rwxr-xr-x
first step for tag list and add Pagerfanta for paginator

<?php

require_once __DIR__.'/AppKernel.php';

use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;

class AppCache extends HttpCache
{
}