I am using the CakePHP 2.3.
I have used the AuthComponent for login authentication.
Now I want to know the source of SELECT query.
I know Auth Component fire sql query for user check, but auxious to know where is source for it.
I have tried to find it but no success.
Does anyone know in which file it exist?