On Dec 14, 7:36 am, _Z <[email protected]> wrote:
> Hello,
>
> Using $this->here within my $form->create(..) brings me to action="/
> path/to/cake/path/to/cake/action/id" while my installation is in "/
> path/to/cake".
>
> This then causes the action to fail, as an extra 'path/to/cake' is
> added. (This is a generalized example.)
>
> Anyone else having this troubles?
$this->here always contains the true path. if you want to use it in a
form create user $this->params['url']['url'] or simply $this-
>passedArgs
AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---