default controller in a controller that is used when you access on a page
like just www.domain.com...so Router::connect method will look something
like that

Router::connect('/', array('controller' => 'yourcontrollername', 'action' =>
'youraction'));

and login script and manual you have here
http://book.cakephp.org/view/641/Simple-Acl-controlled-Application
--
Lep pozdrav, Tilen Majerle
http://majerle.eu



2011/5/10 Ryan Schmidt <[email protected]>

>
> On May 9, 2011, at 23:41, Miqdad Ali wrote:
>
> > how to change defualt controller to my logins controller
>
> What are you talking about? What is a "default controller"? What are you
> trying to do? Have you read any of the tutorials or documentation on how to
> do a login page with CakePHP?
>
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to