/cake/libs/model/datasources/dbo/*

so for mysql, you want to look in
/cake/libs/model/datasources/dbo/dbo_mysql.php

specifically at the "resultSet" and "fetchResult" functions (where it
converts the result to an array).  These functions are called by
"fetchRow" function in /cake/libs/model/datasources/dbo_source.php
file.



On Apr 12, 7:47 pm, AtsoK <[EMAIL PROTECTED]> wrote:
> Hello,
>
> You know when you use foreach to retrieve records from a model, and
> use $varname['column_name'] to retrieve the info from that column? I'm
> wondering part of Cake does that. Which files/functions would I have
> to look at?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to