add method to get user profile pic link
This commit is contained in:
parent
d3d18020d2
commit
877a8c1305
@ -117,6 +117,10 @@ final class UserModel extends UserSessionModel
|
|||||||
return $row["PROFILE_PIC"];
|
return $row["PROFILE_PIC"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getProfilePicLink(){
|
||||||
|
return "/user/profilePic/".$this->I_ID;
|
||||||
|
}
|
||||||
|
|
||||||
public static function searchUsers($S_query)
|
public static function searchUsers($S_query)
|
||||||
{
|
{
|
||||||
$O_model = Model::get();
|
$O_model = Model::get();
|
||||||
|
Loading…
Reference in New Issue
Block a user