ez projects / more_attribute_filter_opera...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| more_attribute_filter_operators_and_fetch_by_owner_id | Paul Borgermans | planning | 1.0 | 3.4 and 3.5 |
See
for the latest version to be installed in kernel/classes for the 3.4 and
3.5 series
example of usage (Changed in version 1.0!):
fetch(content,list,hash(parent_node_id,2, attribute_filter,
array(and,array('owner','=',$current_user_id),
array('myclass/myattribute','in',array(1,2,3)),
array('myclass/otherattribute','not_like','paul*'),
array('myclass/thirdattribute','between',array(1,300))))
-paul
Changelog
Friday 22 April 2005 14:18
Paul Borgermans