Пример #1
0
 public function getAuthor()
 {
     return $this->obj_user_author ? $this->obj_user_author : ($this->obj_user_author = tx_mmforum_user::getUserByID($this->gD('topic_poster')));
 }