Hello everyone:

i have been trying out cake for a week to decide wheather to use it for
my app dev.

so far so good but im having difficulity with complex queries and table
assocciations.

i built 2 simple tables as a try out;

table categories:
id
name
description


table products;
id
name
description
category_id

i built folders, models, controllers and views for each table and all
great
at last im trying to build a dynamic menu from database to display
category and products related to that specific category as follows:
category1
- product1
- product2
- product3

category2
-product1
-product2
-product3

i played around with the models and controles but no idea

your help is greately appreciated
thanx
Z


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