in reply to Re: Filtering out replies in Everything Engine
in thread Filtering out replies in Everything Engine

Thanks chromatic,

Sorry if I am a little slow. Does nodetype mean mysql table? I mean if I had a table called front_page_nodes would that mean I could do ...
my $ref = getNodeWhere( {}, "front_page_nodes" );
... and get all the nodes from the front_page_nodes table?

How can I use getNodeWhere to execute a join between two tables? Or do I have to use DBI or the $DB Everything Engine var somehow? Or should I use Everything::NodeBase Functions ?

Plankton: 1% Evil, 99% Hot Gas.