Re: Quick Auth component issue

2008-04-10 Thread Antonio Labriola
://book.cakephp.org/view/172/authenticationhttp://www.webdevelopm.. code sample) And see if you're missing anything. Good luck. -- Baz L Web Development 2.0http://WebDevelopment2.com/ On Wed, Apr 9, 2008 at 1:48 PM, Antonio Labriola [EMAIL PROTECTED] wrote: Hi guys

Quick Auth component issue

2008-04-09 Thread Antonio Labriola
Hi guys, Hopefully someone could have a quick answer for me. I am trying to use the auth component for authorization in my webapp. I have activated the auth component and app_controller.php, and i have created a users_controller,user model, and users table in the database, all to the

Re: Application Index Controller

2008-04-03 Thread Antonio Labriola
(almost). Before controllers and models are loaded. 2.2 You want to run this on each request: You create an AppController and do your setup in beforeFilter(). for this scenario you do not need to set and check for a session variable. Hope this was useful /Martin On Apr 3, 1:52 am, Antonio

Application Index Controller

2008-04-02 Thread Antonio Labriola
Hi all, This might sound a bit stupid, but im new to cake, and I could not find an answer to this question in any of the documents. I have cake in my root directory of my app, i have configured the db info and cake told me everything was all set. It told me to edit that main view, i could