I am working on an course registration application. It is my first
project with cakephp.

The courses are organized in hierarchial course_categories via a
category_id. The scaffolding and DB structure work fine but I am a
little stumped on how to proceed with the interface.

I intend to navigate the courses by using the categories. The user
clicks on a category and the courses associated with the category are
listed. Then the user clicks on a course and is presented a detailed
view.

I need the course navigation in every view so I can return or choose
another category. I also must indicate which category is currently
being viewed.

How can I build the categories list with an url and action parameter
for the course_controller. What is the best method for this kind of
thing (element, component or both?).

courses/view/5/cat_id???

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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