I found a bug in the setSource function of the model_php5.php file. I entered a bug trac at https://trac.cakephp.org/ticket/854.
Essentially, it was not returning an array, so model_php5 was buggin' at the fact that an array was expected. I added an 'is_array' condition to the if then statement and viola it worked. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
