PHP Classes

File: libs/Twig/test/bootstrap.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/test/bootstrap.php   Download  
File: libs/Twig/test/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 297 bytes
 

Contents

Class file image Download
<?php

/*
 * This file is part of Twig.
 *
 * (c) Fabien Potencier
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require_once dirname(__FILE__).'/../lib/Twig/Autoloader.php';
Twig_Autoloader::register(true);