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.
我将一个旧项目移植到 symfony2 以开始学习框架,但我无法意识到如何在 PHP 文件中正确添加一些辅助函数。
服务。将这些函数包装在一个类中(如Helper),将类定义为服务,然后在需要的地方注入它(控制器或其他服务,甚至是 cli 命令)。
Helper
命名空间(因此路径,当您用 psr-0 标记问题时)由您决定。