How do I find detailed documentation on the behavior of the sth_to_objects() method in the Class::DBI module?
|
|
|
|||
|
|
|
|
My impression from http://search.cpan.org/~tmtm/Class-DBI-v3.0.17/lib/Class/DBI/Search/Basic.pm is that you implement it yourself. However, http://search.cpan.org/src/TMTM/Class-DBI-v3.0.17/lib/Class/DBI.pm contains one, which may be a 'default' which is called in the event you don't overload it.
This brings forth that you do
And arges are whatever 'execute' takes. |
||
|
|
|
|
||
|
|
|
|
From what I can tell at the CPAN Page, they're using sth_to_objects as a sub defined by the user in their own class. I don't think it exists in any other manner. |
||
|
