登录 注册
当前位置:主页 > 资源下载 > 5 > Silex-Twig-Simple-Asset-Extension: 一个针对 Silex 的简易资产扩展分支

Silex-Twig-Simple-Asset-Extension: 一个针对 Silex 的简易资产扩展分支

  • 更新:2024-05-28 19:14:56
  • 大小:3KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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