当前位置: 首页>>代码示例>>PHP>>正文


PHP ModuleUser_EntityUser::getProfileAvatar方法代码示例

本文整理汇总了PHP中ModuleUser_EntityUser::getProfileAvatar方法的典型用法代码示例。如果您正苦于以下问题:PHP ModuleUser_EntityUser::getProfileAvatar方法的具体用法?PHP ModuleUser_EntityUser::getProfileAvatar怎么用?PHP ModuleUser_EntityUser::getProfileAvatar使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在ModuleUser_EntityUser的用法示例。


在下文中一共展示了ModuleUser_EntityUser::getProfileAvatar方法的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: Update

 /**
  * Обновляет юзера
  *
  * @param ModuleUser_EntityUser $oUser Объект пользователя
  * @return bool
  */
 public function Update(ModuleUser_EntityUser $oUser)
 {
     $sql = "UPDATE " . Config::Get('db.table.user') . "\n      SET\n        user_password = ? ,\n        user_mail = ? ,\n        user_skill = ? ,\n        user_date_activate = ? ,\n        user_date_comment_last = ? ,\n        user_rating = ? ,\n        user_count_vote = ? ,\n        user_activate = ? ,\n                user_activate_key = ? ,\n        user_profile_name = ? ,\n        user_profile_sex = ? ,\n        user_profile_country = ? ,\n        user_profile_region = ? ,\n        user_profile_city = ? ,\n        user_profile_birthday = ? ,\n        user_profile_about = ? ,\n        user_profile_date = ? ,\n        user_profile_avatar = ?  ,\n        user_profile_foto = ? ,\n        user_settings_notice_new_topic = ?  ,\n        user_settings_notice_new_comment = ? ,\n        user_settings_notice_new_talk = ?  ,\n        user_settings_notice_reply_comment = ? ,\n        user_settings_notice_new_friend = ? ,\n        user_settings_timezone = ?\n      WHERE user_id = ?\n    ";
     if ($this->oDb->query($sql, $oUser->getPassword(), $oUser->getMail(), $oUser->getSkill(), $oUser->getDateActivate(), $oUser->getDateCommentLast(), $oUser->getRating(), $oUser->getCountVote(), $oUser->getActivate(), $oUser->getActivateKey(), $oUser->getProfileName(), $oUser->getProfileSex(), $oUser->getProfileCountry(), $oUser->getProfileRegion(), $oUser->getProfileCity(), $oUser->getProfileBirthday(), $oUser->getProfileAbout(), $oUser->getProfileDate(), $oUser->getProfileAvatar(), $oUser->getProfileFoto(), $oUser->getSettingsNoticeNewTopic(), $oUser->getSettingsNoticeNewComment(), $oUser->getSettingsNoticeNewTalk(), $oUser->getSettingsNoticeReplyComment(), $oUser->getSettingsNoticeNewFriend(), $oUser->getSettingsTimezone(), $oUser->getId())) {
         return true;
     }
     return false;
 }
开发者ID:cbrspc,项目名称:LIVESTREET-1-DISTRIB,代码行数:14,代码来源:User.mapper.class.php

示例2: EventResizeAvatar

 /**
  * Вырезает из временной аватарки область нужного размера, ту что задал пользователь
  */
 protected function EventResizeAvatar()
 {
     /**
      * Устанавливаем формат Ajax ответа
      */
     $this->Viewer_SetResponseAjax('json');
     /**
      * Получаем файл из сессии
      */
     $sFileAvatar = $this->Session_Get('sAvatarFileTmp');
     if (!file_exists($sFileAvatar)) {
         $this->Message_AddErrorSingle($this->Lang_Get('system_error'));
         return;
     }
     /**
      * Получаем размер области из параметров
      */
     $aSize = array();
     $aSizeTmp = getRequest('size');
     if (isset($aSizeTmp['x']) and is_numeric($aSizeTmp['x']) and isset($aSizeTmp['y']) and is_numeric($aSizeTmp['y']) and isset($aSizeTmp['x2']) and is_numeric($aSizeTmp['x2']) and isset($aSizeTmp['y2']) and is_numeric($aSizeTmp['y2'])) {
         $aSize = array('x1' => $aSizeTmp['x'], 'y1' => $aSizeTmp['y'], 'x2' => $aSizeTmp['x2'], 'y2' => $aSizeTmp['y2']);
     }
     /**
      * Вырезаем аватарку
      */
     if ($sFileWeb = $this->User_UploadAvatar($sFileAvatar, $this->oUserCurrent, $aSize)) {
         /**
          * Удаляем старые аватарки
          */
         if ($sFileWeb != $this->oUserCurrent->getProfileAvatar()) {
             $this->User_DeleteAvatar($this->oUserCurrent);
         }
         $this->oUserCurrent->setProfileAvatar($sFileWeb);
         $this->User_Update($this->oUserCurrent);
         $this->Session_Drop('sAvatarFileTmp');
         $this->Viewer_AssignAjax('sFile', $this->oUserCurrent->getProfileAvatarPath(100));
         $this->Viewer_AssignAjax('sTitleUpload', $this->Lang_Get('settings_profile_avatar_change'));
     } else {
         $this->Message_AddError($this->Lang_Get('settings_profile_avatar_error'), $this->Lang_Get('error'));
     }
 }
开发者ID:cbrspc,项目名称:LIVESTREET-1-DISTRIB,代码行数:44,代码来源:ActionSettings.class.php

示例3: DeleteAvatarSizes

 /**
  * Удаляет аватары производных размеров (основной не трогает)
  *
  * @param ModuleUser_EntityUser $oUser
  *
  * @return bool
  */
 public function DeleteAvatarSizes($oUser)
 {
     // * Если аватар есть, удаляем его и его рейсайзы
     if ($sAvatar = $oUser->getProfileAvatar()) {
         $sFile = E::ModuleUploader()->Url2Dir($sAvatar);
         return E::ModuleUploader()->DeleteAs($sFile . '-*.*');
     }
     return true;
 }
开发者ID:AntiqS,项目名称:altocms,代码行数:16,代码来源:User.class.php

示例4: DeleteAvatar

 /**
  * Delete avatar from server
  *
  * @param ModuleUser_EntityUser $oUser
  */
 public function DeleteAvatar($oUser)
 {
     /**
      * Если аватар есть, удаляем его и его рейсайзы
      */
     if ($oUser->getProfileAvatar()) {
         $aSize = array_merge(Config::Get('module.user.avatar_size'), array(100));
         foreach ($aSize as $iSize) {
             @unlink($this->Image_GetServerPath($oUser->getProfileAvatarPath($iSize)));
         }
     }
 }
开发者ID:lifecom,项目名称:Huddlebuddle,代码行数:17,代码来源:User.class.php

示例5: DeleteProfileAvatar

 /**
  * Удаляет аватар пользователя
  *
  * @param ModuleUser_EntityUser $oUser
  */
 public function DeleteProfileAvatar($oUser)
 {
     if ($oUser->getProfileAvatar()) {
         $this->Media_RemoveImageBySizes($oUser->getProfileAvatar(), Config::Get('module.user.avatar_size'));
         $oUser->setProfileAvatar(null);
     }
 }
开发者ID:pinguo-liguo,项目名称:livestreet,代码行数:12,代码来源:User.class.php


注:本文中的ModuleUser_EntityUser::getProfileAvatar方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。