Open Source Content Management System

mgd_list_events_between_by_person

  1. Description

mgd_list_events_between_by_person -- list event records created by a person between two timestamps

Description

`object **mgd_list_events_between_by_person** (int creator, 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 have been created by the creator person

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