I have a little problem with the View Helper action()
I have a startpage on my site which have the five latest topics form my
forum and the five latest news
My startup page is the view script /index/index.phtml in my 'default' module
and when i use $this->action('index', 'index', 'news); to fetch the latest
news (News module, IndexController) it will render my default modules
index.phtml so it will be and endless loop.
I know why this happens, because i don't have the news module view script
dir in my path, but if i add it to my path it will be the same problem again
because the files have the same name. And when i try to add the forum
threads with $this->action('latest-topics', 'topic', 'forum'); it won't find
the view script either.
So my quiestion is, do anyone have a really smart sulution for this problem?
Sorry for my bad english by the way.
--
View this message in context: http://www.nabble.com/Problem-with-%24this-%3Eaction%28%29-tp21394676p21394676.html
Sent from the Zend MVC mailing list archive at Nabble.com.
没有评论:
发表评论