我的目录结构如下:
.
|-config
|-modules
|---articles
|---catalog
|-----components
|-----controllers
|-----fixtures
|-----migrations
|-----models
|-----views
|-----widgets <----------------- MY WIDGETS
|------ FooWidget.php
|-------views
|--------- foo.php <--- default view, not working
|-runtime
|-tests
|-themes
|---XXXX
|-----assets
|-----views
|-------catalog <--------------- MODULE VIEWS
|-------layouts
|-------widgets
|-views
|-widgets
我调用$ this-&gt; widget('application.modules.catalog.widgets.FooWidget') - 并捕获异常CException - 未找到视图。 如何在模块中使用小部件?