摘要:
// 注:只是在此做下记录,有兴趣的可以参考,不做实际教程文档// 官方文档,https://symfony.com/doc/2.8/templating/twig_extension.html// src/AppBundle/Templating/TwigExtension/WebTwigExtension.php // 注册服务// src/AppBundle/Resources/config... 阅读全文
摘要:
// 注:只是在此做下记录,有兴趣的可以参考,不做实际教程文档// 配置文件define('CONFIG', [ 'redis-server' => '127.0.0.1', 'redis-port' => 6379, 'prod-name' => 'air-port-query', 'ttl' = 阅读全文