PDA

View Full Version : Modifying CEvent


bbgrandy
26-06-04, 12:58 AM
I'm trying to override the store function of the CDpObject class from within the CEvent class, and I'm not sure how to access the variables from within the function. everytime I try to reference them using syntax like this: $this->event_start_date
the calendar pages load as blank pages
the reason is that I need to do this is I'm trying to store the event to an Oracle Calendar server first, and retrieve the UID before storing to the dotproject mySQL database.