[Solar-talk] where select in related tables

Raymond Kolbe rkolbe at gmail.com
Wed Dec 5 13:10:22 CST 2007


Indeed!

On Dec 5, 2007 12:56 PM, Jeff Surgeson <solar at 3hex.com> wrote:

> > $params = array(
> >        'where'  => array(
> >            'articalcat.sub_cat_name = ?' => $category,
> >        ),
> >    );
> >
> > This should be:
> >
> > $params = array(
> >     'eager' => 'articalcat',
> >     'where'  => array(
> >            'articalcat.sub_cat_name = ?' => $category,
> >        ),
> >    );
>
> Thank you! simple when you know how ?
>
> --
> ...........::::::...........
> Jeff Surgeson / South Africa
> _______________________________________________
> Solar-talk mailing list
> Solar-talk at lists.solarphp.com
> http://mailman-mail3.webfaction.com/listinfo/solar-talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman-mail3.webfaction.com/pipermail/solar-talk/attachments/20071205/3b146700/attachment.html


More information about the Solar-talk mailing list