2016-05-21 21 views
0

我已經把視野之外畝當前應用程序文件夾,並從那裏查看用戶正在使用但管理面板,它說: Unable to load the requested file: backend/templates/header_assets.php視圖不調用使用Codiegniter?

應用程序結構:在index.php中

-Example.com 
    --application 
    --system 
    --index.php 

-Example.com_views 
--index.php 
--blog.php 
--about.php 
--backend 
    --login.php 
    --dashboard.php 
    --templates 
    --header_assets.php 
    --footer.php 

查看文件夾配置:

$view_folder = '../Example.com_views/views'; 
+1

向我們顯示您的代碼 – manniL

回答

0

你正在調用這樣的視圖文件。

$this->load->view('backend/templates/header_assets');