On May 25, 2006, at 12:56 PM, Sean Davis wrote:

Not sure if this covers it, but did you look at this:

http://search.cpan.org/~jsiracusa/Rose-DB-Object-0.727/lib/Rose/DB/ Object/Tu
torial.pod#Auto-joins_and_other_Manager_features

Sean

yeah , i saw that but it only does it halfway

i should have been more clear

| - - - - - - - - - - - - - - - - - - - -
| RoadSound.com / Indie-Rock.net
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - -



----
B->get_b(
        query=> [
                id => 1,
        ],
        require_objects => [ 'A' ],
        );

What I can't figure out is this:

C->get_c(
        query=> [
                id => 1,
        ],
        require_objects => [ 'B' , 'A' ],
        );
        
where A isn't defined in C, but is a FKEY in class B




-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to