Hi , I'm a newbie to CakePHP components. I had built a CakePHP application which has a login feature. I had not used "Auth" component but was using my custom method for authenticating.
Now I want to use the 'Acl' component in the same appllication but I'm unable to do so because it requires the "Auth" component also.
Is it possible to use 'Acl' without "Auth". If so, can anyone give some pointers?