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
Share on other sites

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\\"

Link to comment
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.