Open Source Content Management System

mgd_list_events_between_by_group

  1. Description

mgd_list_events_between_by_group -- list event records owned by a group between two timestamps

Description

`object **mgd_list_events_between_by_group** (int owner, timestamp start, timestamp end, string sort, int type)`

Minimum version: Midgard 1.4.4 (Happy Christmas)

Lists all events that have their start or end date and time between the timestamps start and end and are linked to the owner group

Returns an object traversable by calling fetch() if successful. Returns FALSE on failure.

id,"495983","5098022");  
     while($list-fetch()) {  
        echo $list->title();  
     }  
    ?>
Designed by Nemein, hosted by Anykey