On Apr 24, 2008, at 2:47 PM, Chris Hartjes wrote:

> On Thu, Apr 24, 2008 at 4:15 PM, Nicolás Andrade
> <[EMAIL PROTECTED]> wrote:
>> I mean I can separate tasks using a SiteAdmin folder, password  
>> protected.
>> But in CakePHP, I don't know how to separate things. Any user which
>> registers himself will use the User model; and me as administrator  
>> will use
>> User model too to administrate the site.
>>
>> How is it done using CakePHP philosophy?
>
> Auth component and admin routing.
>
> Lots of good tutorials on using both those things.

Also remember that files on the system don't really match up to files  
in CakePHP. You use routes and things to get certain code to execute,  
rather than placing files in certain folders. You can get pretty far  
with the default route setup, but it's something to keep in mind.

-- John


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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