Re: PhpGacl component license

2007-05-16 Thread Hubbo
mart coders answer ten questions for every question they ask. > So be smart, be cool, and share your knowledge. > > BAKE ON! > > blog:http://www.MarianoIglesias.com.ar > > -Mensaje original- > De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre > de H

PhpGacl component license

2007-05-15 Thread Hubbo
This question is for Mariano Iglesias but I guess there will be others wanting to know the answer too. I have been looking at various solutions for a permission system for our company project and have come to the conclusion that we will be using phpGACL. I see that Mariano already has made a comp

Re: dAuth: Login form on all pages

2007-03-10 Thread Hubbo
> DEVELOPMENT/app/controllers/components/d_auth.php on line 350 > > So you fixed the above error without hacking my code? > > On Mar 10, 3:43 pm, "Hubbo" <[EMAIL PROTECTED]> wrote: > > > I'm sorry but I didn't mean it like that. I can't get

Re: Details about Cake PHP

2007-03-10 Thread Hubbo
IBM DeveloperWorks has a couple of good articles and tutorials: http://www-128.ibm.com/developerworks/views/opensource/libraryview.jsp?search_by=cook+web+sites+CakePHP And of course the Cake manual is a great resource: http://manual.cakephp.org/ Downloadable version and also API refernence: http

Re: dAuth: Login form on all pages

2007-03-10 Thread Hubbo
lt;[EMAIL PROTECTED]> wrote: > so it "doesn't work" huh? > well... > > the best advice i can give you with this information is: make it work > > On Mar 10, 3:04 pm, "Hubbo" <[EMAIL PROTECTED]> wrote: > > > (whoops, did a reply to auth

Re: dAuth: Login form on all pages

2007-03-10 Thread Hubbo
i said in that comment) > if you include the component, and change the code back to what i > posted, it should work. > > On Mar 10, 2:24 pm, "Hubbo" <[EMAIL PROTECTED]> wrote: > > > I'm using dAuth and want a login form that is accessible on all

dAuth: Login form on all pages

2007-03-10 Thread Hubbo
I'm using dAuth and want a login form that is accessible on all pages on the site. Following Dieter's advice in comment 53 on http://bakery.cakephp.org/articles/view/147 my beforeFilter() in AppController now looks like this: function beforeFilter() { $error = '';

Re: User Authentication

2007-02-28 Thread Hubbo
Hi Dustin. I've just begun using dAuth 0.3 http://bakery.cakephp.org/articles/view/152 for a project and it seem to work really well and is easy to configure. Read the dAuth articles and read up on "Simple User Authentication" and "Access Control Lists" in the Cake manual and you should be good t