Jump to content

setScriptPath help


sasori

Recommended Posts

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

 

Link to comment
https://forums.phpfreaks.com/topic/204871-setscriptpath-help/
Share on other sites

  • 3 months later...

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 ?

Link to comment
https://forums.phpfreaks.com/topic/204871-setscriptpath-help/#findComment-1117490
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.