我用下面的代碼中的IndexController:腳本「index.phtml」未找到
$view = new Zend_View(array('scriptPath' =>'C:\Users\398853\Documents\NetBeansProjects\PhpProject3\application\views\scripts'));
echo $view->render('index.phtml');
但作爲script 'index.phtml' not found in path (C:\Users\398853\Documents\NetBeansProjects\PhpProject3\application\views\scripts/)
我想是因爲在腳本路徑發生錯誤「/」,而不是增加則顯示錯誤'\'結尾。如果是,那麼解決方案是什麼?
謝謝解決問題 – ryan