Skip to main content
ez.no / exponential / documentation / development / libraries / ez template / operators / data fetch / attribute_filter ..
Selmah Maxim
Saturday 19 July 2003 10:15:31 am
attribute_filter ..
Selmah Maxim
Saturday 19 July 2003 10:15:31 am
hash( parent_node_id, $node.node_id, attribute_filter,
array( 'or', array( 152, '=', 'abc' ),
array( 153, '=', '42' ) ) ) )
this query mean :
where 152='abc' or 153=42
??!
also can we use 'and' ?