Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在看 Twig (http://twig.sensiolabs.org/)。我一直想做一个简单的开源日历程序,我可以分发(有一个迷你安装程序等)。Smarty(另一个模板引擎)希望您将其安装在不可通过 Web 访问的目录中以确保安全。唯一的事情是,如果不是不可能的话,我认为这会使我的安装程序变得非常复杂。twig 是否要求您将其主要文件放在 webroot 之外,或者我可以将它放在任何地方吗?
Smarty 和 Twig 都不需要您将它们存储在任何特定的地方。出于安全原因,建议将两者都存储在 doc-root 之外。不多。不低于。