-
Silex-Twig-Simple-Asset-Extension: 一个针对 Silex 的简易资产扩展分支
资源介绍
Silex 的简单树枝扩展,用于创建资产链接
用法
require_once __DIR__ . '/silex.phar';
$app = new Silex\Application();
$app['debug'] = true;
$app['autoloader']->registerNamespaces(array('Entea' => __DIR__.'/src'));
$app->register(
new Silex\Provider\TwigServiceProvider(),
array(
'twig.path' => __DIR__ . '/views',
'twig.class_path' => __DIR__ . '/vendor/twig/lib',
)
);
/* @var Twig_Enviro