hai I am very new in cake php and I read the tutorial and doc of its
but not get properly so would u like to give some idea on cake php
briefly. with good example and preferring me the good sites also. I
know that for linking we use the Router class but once 2 or more
function need to be call then it will not redirect on it. U know in my
mide have a lot of question plz sorted out it. I really awaited for
your reply because it very much necessary for me.

On May 28, 3:44 am, Jon Bennett <[email protected]> wrote:
> hi,
>
> In 1.3, how hard is it to route a controller action to
> /slug/child-slug/grandchild-slug and keep other, automatic routing in
> place? Do you still need to explicitly route all other controllers and
> their actions?
>
> I've done:
>
> Router::connect('/articles/:action',
>         array('controller'=>'articles'),
>         array('action' => 
> 'admin_add|admin_edit|admin_index|admin_delete|admin_status')
> );
>
> previously, but would be even better if I could do the above but skip
> all the method names.
>
> Cheers,
>
> J
>
> --
> jon bennett -www.jben.net- blog.jben.net

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to