On Jan 9, 2008 3:28 PM, 703designs <[EMAIL PROTECTED]> wrote:
>
> I'm building my first site in CakePHP. It will involve a few different
> sections that users will need to log in to post on, and I'm uncertain
> about in which order I should be developing the site. This is the
> first large-scale web app I've ever built; all prior PHP experience
> has been for brief tasks on clients' sites.
>
> Should I make the user authentication (users, login, etc.) first, and
> then add the site's features? Or build out the site skeleton first,
> allowing anonymous users to do as they wish (with only me and a couple
> others testing), and then patch on user authentication?

Well, given how easy the CakePHP 1.2 Auth component is to use, you
don't have to worry about building your own authentication system.
I'd say do the work first and then bolt on authentication afterwords.

I know it's self-promotion, but I have several links at my blog
(address below) that cover using the Auth component.


-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to