嗨这里需要帮助(特别是那些fuelphp开发人员),
我在使用模块实现的fuelphp上进行了这些设置。以下是我目前的设置:
app
-modules
--design
---classes
---views
----admin
-----index.php
在我的控制器 Controller_Admin 上,我正在输入代码:
$this->template->notification = \View::forge('common/notification.php');
它会导致错误:
The requested view could not be found: common/notification.php
如何从模块上的控制器加载视图?有什么想法吗。谢谢你。