Controller::genURL() is what you're looking for. example:
$this->getContext()->getController()->genURL(null, array(AG_MODULE_ACCESSOR=>'Show', AG_ACTION_ACCESSOR=>'Demo')); --Bob On 9/4/05, J. Erik Heinz <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a methode how i can generete links to a specific Module? Ie: > I am in the Default Module and wish to create Links which referenzes > to my Show Module: > http://localhost/sandbox/index.php?module=Show&action=Demo > > Otherwise I would create an Class which handles this kind of stuff. > > Regards Erik > > -- > J. Erik Heinz > Keyboard-samuraing in process > _______________________________________________ > agavi-dev mailing list > [email protected] > http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev > _______________________________________________ agavi-dev mailing list [email protected] http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev
