2009年10月3日星期六

Re: [fw-mvc] Problem with a simple route

Just an addendum:

According to this line:

#5 C:\wamp\www\hunnyhive\application\modules\default\views\scripts\view\profile.phtml(17): Zend_View->url(Array, NULL, true)

It would seem that there is a problem in the profile.phtml view script but this is the code that is on that line:

            <a href="<?php  echo $this->url(array('module' => 'default',                       'controller' => 'my-account',                       'action' => 'write-message'),                 null,                 true);              ?>" class="blue" id="send-message">Send Message</a>


So that error message makes no sense.

View this message in context: Re: Problem with a simple route
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: