Hi
I have to define a hasOne relation between model (model A) with DB
like datasource a model (model B) with  datasource that isn't a DB.
If I have this controller operation:

                pr($this->ModelA->find('all'));
                die();

I have noted that CakePHP products a single sql query to find data.
How can I manage this situation?
What is the structure to manage this situation?
Many Thanks

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

Reply via email to