Not sure what you were expecting, but the structure of that result set looks correct. FYI, Model::findBySql() has been deprecated in favor of Model::query().
Also note that it would be very simple to convert the above to a proper Cake findAll query by creating a relationship between Event and Page where Event hasMany Page. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
