hello,
i'm using this pagination component:
http://bakery.cakephp.org/articles/view/65
in combination with admin routing.

in this method, the property "here" evaluates to
"/cake/index.php/admintransactions/index/"
insteaf of
"/cake/index.php/admin/transactions/index/"

/**
 * Set the base url for updates.
 *
 * @param unknown
 */
    function _initURL()
    {
...
...
        }
        else // No url in the parameters, derive it.
        {
            if ($this->paramStyle=="get")
            {
                $this->url = str_replace($this->controller-
>webroot,"/",$this->controller->here);
                echo "###".$this->controller->here;
            }


what can i do ?

thanks, jyrgen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to