Ejemplo n.º 1
0
 public function viewedSplitter()
 {
     global $User;
     self::$recent = $this->timeSent >= $_SESSION['lastSeenHome'];
     self::$new = $this->timeSent >= $User->timeLastSessionEnded;
 }