symfony:如何更改 sfCoreAutoloader 类路径?
我希望 symfony 使用我自己的 sfConfigCache.class.php,但我不知道如何修改自动加载器数组中的默认路径。或者还有其他方法告诉 symfony 使用我的课程吗?
I want symfony to use my own sfConfigCache.class.php, but I don't know how to modify the default path in the autoloader array. Or is there another way to tell symfony to use my class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能会发现 这很有帮助。
解释如何自定义 configCache。
You may find this helpful.
Explains how to customize the configCache.
我扩展了 sfApplicationConfiguration:
myproject/apps/frontend/lib/sfApplicationConfigurationExtended .class.php
myproject/apps/frontend/config/frontendConfiguration.class.php
I extended the sfApplicationConfiguration:
myproject/apps/frontend/lib/sfApplicationConfigurationExtended .class.php
myproject/apps/frontend/config/frontendConfiguration.class.php