i have 3 sets of users (lets not worry about ACL right now) they have 3 separate logins and they goto a different area
admin -> admin area client -> client area user -> user area they all use certain functions here and there, i'd only want to restrict access to pages and elements on them, not particular functions. the MVC is a little confusing to how i've written it previously, where I just put them through to a certain set of pages, and included a file with all the functions they need. So how do i setup my model? The database has about 20 tables, about 100,000 records. do i have an admin model, client model and a user model or 1 model, the application name, and just call the necessary functions. tutorials only deal with 1 table, its a bit silly, and there are no real apps to download install and learn from. thanks sicapitan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
