Hey.. What's up guys..?
I'm just beggining with Cake, and I'm still getting used to the MVC
architecture...
So.. right now I'm facing a "problem" and I really need your help..

There's the thing.. I have the table
Stores (id,name,city_id,...)
Cities (id,state_id,name)
States (id,name)

So.. What I want to do: Basically I want to get the Name of the store,
the name of the city and the name of the state where the store is
located...

The problem is that using recursive level = 2 , I get much, much more
data than I expect, overloading my server, because it lists the table
People, with people from each city it lists..
Using other levels, I just can get to the City name, but not the State
name..

I've tryed using "expect", but I get some error messages and nothing
seems to work...

Please, can someone help me..?

Thanks in advance

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to