���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/lib/models/lhcobrowse/erlhcoreclassmodelcobrowse.php
���ѧ٧ѧ�
<?php #[\AllowDynamicProperties] class erLhcoreClassModelCoBrowse { public function getState() { return array( 'id' => $this->id, 'chat_id' => $this->chat_id, 'online_user_id' => $this->online_user_id, 'mtime' => $this->mtime, 'url' => $this->url, 'modifications' => $this->modifications, 'initialize' => $this->initialize, 'finished' => $this->finished, 'w' => $this->w, 'wh' => $this->wh, 'x' => $this->x, 'y' => $this->y, ); } public function setState( array $properties ) { foreach ( $properties as $key => $val ) { $this->$key = $val; } } public static function getCount($params = array()) { $session = erLhcoreClassCoBrowse::getSession(); $q = $session->database->createSelectQuery(); $q->select( "COUNT(id)" )->from( "lh_cobrowse" ); if (isset($params['filter']) && count($params['filter']) > 0) { $conditions = array(); foreach ($params['filter'] as $field => $fieldValue) { $conditions[] = $q->expr->eq( $field, $q->bindValue($fieldValue) ); } $q->where( $conditions ); } $stmt = $q->prepare(); $stmt->execute(); $result = $stmt->fetchColumn(); return $result; } public function __get($var) { switch ($var) { case 'mtime_front': return date('Ymd') == date('Ymd',$this->mtime) ? date(erLhcoreClassModule::$dateHourFormat,$this->mtime) : date(erLhcoreClassModule::$dateDateHourFormat,$this->mtime); break; case 'is_sharing': return $this->finished == 0 && $this->mtime > time()-3600; break; case 'online_user': $this->online_user = false; if ($this->online_user_id > 0) { try { $this->online_user = erLhcoreClassModelChatOnlineUser::fetch($this->online_user_id); } catch (Exception $e) { $this->online_user = false; } } return $this->online_user; break; case 'chat': $this->chat = erLhcoreClassModelChat::fetch($this->chat_id); return $this->chat; break; default: ; break; } } public static function getList($paramsSearch = array()) { $paramsDefault = array('limit' => 32, 'offset' => 0); $params = array_merge($paramsDefault,$paramsSearch); $session = erLhcoreClassCoBrowse::getSession(); $q = $session->createFindQuery( 'erLhcoreClassModelCoBrowse' ); $conditions = array(); if (isset($params['filter']) && count($params['filter']) > 0) { foreach ($params['filter'] as $field => $fieldValue) { $conditions[] = $q->expr->eq( $field, $q->bindValue($fieldValue) ); } } if (isset($params['filterin']) && count($params['filterin']) > 0) { foreach ($params['filterin'] as $field => $fieldValue) { $conditions[] = $q->expr->in( $field, $fieldValue ); } } if (isset($params['filterlt']) && count($params['filterlt']) > 0) { foreach ($params['filterlt'] as $field => $fieldValue) { $conditions[] = $q->expr->lt( $field, $q->bindValue($fieldValue) ); } } if (isset($params['filtergt']) && count($params['filtergt']) > 0) { foreach ($params['filtergt'] as $field => $fieldValue) { $conditions[] = $q->expr->gt( $field,$q->bindValue( $fieldValue )); } } if (count($conditions) > 0) { $q->where( $conditions ); } $q->limit($params['limit'],$params['offset']); $q->orderBy(isset($params['sort']) ? $params['sort'] : 'id DESC' ); $objects = $session->find( $q ); return $objects; } public static function fetch($id) { $Faq = erLhcoreClassCoBrowse::getSession()->load( 'erLhcoreClassModelCoBrowse', (int)$id ); return $Faq; } public function saveThis() { $this->mtime = time(); erLhcoreClassCoBrowse::getSession()->saveOrUpdate($this); } public function removeThis() { erLhcoreClassCoBrowse::getSession()->delete( $this ); } public $id = NULL; public $mtime = NULL; public $chat_id = 0; public $url = ''; public $modifications = ''; public $initialize = ''; public $online_user_id = 0; public $finished = 0; public $w = 0; public $wh = 0; public $x = 0; public $y = 0; } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�