sasori Posted June 15, 2010 Share Posted June 15, 2010 I placed a news.phtml outside the application folder, now I want to render that file question is, what is the exact thing to type inside the $this->view->setScriptPath(""); if the file is in here ? c:\xampp\htdocs\zf\myapplication\news.phtml because when i put that exact path, I am getting an error Quote Link to comment https://forums.phpfreaks.com/topic/204871-setscriptpath-help/ Share on other sites More sharing options...
ignace Posted June 15, 2010 Share Posted June 15, 2010 c:\xampp\htdocs\zf\myapplication\ Quote Link to comment https://forums.phpfreaks.com/topic/204871-setscriptpath-help/#findComment-1072547 Share on other sites More sharing options...
sasori Posted June 16, 2010 Author Share Posted June 16, 2010 c:\xampp\htdocs\zf\myapplication\ well if I do that, the last backslash will disable the enclosing quotation mark that produces another error so it doesn't help either if i do it this way "c:\xampp\htdocs\zf\myapplication\\" Quote Link to comment https://forums.phpfreaks.com/topic/204871-setscriptpath-help/#findComment-1072761 Share on other sites More sharing options...
Cagecrawler Posted June 16, 2010 Share Posted June 16, 2010 You don't need the end slash at all. /xampp/htdocs/zf/myapplication should be perfectly valid. Quote Link to comment https://forums.phpfreaks.com/topic/204871-setscriptpath-help/#findComment-1073122 Share on other sites More sharing options...
BloodyMind Posted September 30, 2010 Share Posted September 30, 2010 I've got the same problem but my difference that, it sets the script path correcty, but I don't want it to try to load it from the controller path e.g. my case: the view: zf/news.phtml controller name: artist $this->view->setScriptPath(realpath(APPLICATION_PATH . '/..')); $this->render('news'); I get this error: script 'artist/news.phtml' not found in path (<MY ROOT PATH>) so it tries to put in the controller's folder, and I want to remove it any ideas ? Quote Link to comment https://forums.phpfreaks.com/topic/204871-setscriptpath-help/#findComment-1117490 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.