Event()->Storage(); } public function Event() { return new Event( $this->{'EventId'} ); } public function getImageSrc( $show='capture' ) { return '?view=image&fid='.$this->{'FrameId'}.'&eid='.$this->{'EventId'}.'&show='.$show; #return '?view=image&fid='.$this->{'Id'}.'&show='.$show.'&filename='.$this->Event()->MonitorId().'_'.$this->{'EventId'}.'_'.$this->{'FrameId'}.'.jpg'; } // end function getImageSrc } # end class Frame ?>