getAttr('avatar'); if(empty($value)) { $value = '/static/images/avatar.png'; } return $value; } public function getNicknameTitleAttr() { $value = $this->getAttr('nickname'); if(empty($value)) { $value = 'IP用户:'.$this->getAttr('ip'); } return $value; } public function getCreateTimeTitleAttr() { $value = $this->getData('create_time'); return show_time_ago($value); } }