Hi
I'm using cake 1.1.6. and I have the same problem with MySQL Views :|
I found bug in dbo_source.php, but i dont know how cakePHP work :( and
I can't fix it.
----
593 if (isset($model->{$className}) &&
is_object($model->{$className})) {
594 $data = $model->{$className}->afterFind(array(array($key =>
$results[$i][$key])));
595 } else {
596 $data = $model->{$className}->afterFind(array(array($key =>
$results[$i][$key])));
597 }
----
The quick fix from previouse post doesn't work :(
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---