View Single Post
  #2 (permalink)  
Old 04-13-2008, 02:35 PM
t-mow t-mow is offline
Junior Member
 
Join Date: Nov 2007
Location: Elmshorn, Germany
Posts: 14
Send a message via ICQ to t-mow
Default

views/helpers/LinkTo.php:

PHP Code:
class Zend_View_Helper_LinkTo {
    public function 
linkTo() {
       
// your code here
    
}

in the view:
PHP Code:
echo $this->linkTo(); 
Reply With Quote