Hello Everybody,

I am a beginner using this framework. I have given some time on it and
am building a better understanding on how it works and how it works. I
have developed some small apps myself in it. Now, I want to use it in a
large scale. Thus i need some help from you guys in understanding a
part of it.

Say, I have a membership website where there are pages for public
views. These pages can be viewed by anybody. Then there are member-only
pages which only members can view. And at the end, there is an admin
panel which only admin can access and can add/edit/delete pages from
the site and can use to modify many settings of the whole site.

I am planning to have the following db tables:

1. Page - for storing the pages
2. Categories - Pages can be within one or more category
3. Members - For storing member information
4. Users - for storing login information
5. Settings - for storing site-based settings (say template name, site
title, copyright, etc)

For these, i have created the models and controllers for each of them.
Now, i have setup the routes to load the PagesController by default.
So, the views are working well there.

My question is, how can i create the admin panel where the admin will
be able to add/edit/delete these: Page, Categories, Members, Users,
Settings. You know the admin panel of many CMS, just like that.

If I have bored you with the long message, grant my apology. But, see
if you can help me out.

Thanks in advance.

PHPFour


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to