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.
是否可以在 yiiboilerplate 公共部分中放置和运行模块?如果可以,它是如何配置的?
谢谢,
只需使用路径别名配置模块,据我所知,有一个root指向项目根目录的别名。
root
'foo' => array( 'class' => 'root.common.modules.foo.FooModule', ),
你也可以从我的样板文件中查看这个配置文件,它也是如此。