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.
我有一个自定义库,位于apps/frontend/lib/. 这个类需要访问Doctrine_Query和其他一些基本的 symfony 类。
apps/frontend/lib/
Doctrine_Query
这样做的最佳方法是什么?
你应该先配置symfony 自动加载器,然后再使用你的类。在 symfony 1.x 项目中,一切都(几乎)无处不在。