���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/lib/models/lhabstract/erlhabstractmodeladmintheme.php
���ѧ٧ѧ�
<?php #[\AllowDynamicProperties] class erLhAbstractModelAdminTheme { use erLhcoreClassDBTrait; public static $dbTable = 'lh_admin_theme'; public static $dbTableId = 'id'; public static $dbSessionHandler = 'erLhcoreClassAbstract::getSession'; public static $dbSortOrder = 'DESC'; public function removeThis() { $attributes = array ( 'static_content', 'static_js_content', 'static_css_content' ); foreach ($attributes as $attr) { foreach ($this->{$attr . '_array'} as $key => $data) { $this->removeResource($attr, $key); } } erLhcoreClassAbstract::getSession()->delete($this); } public function getState() { $stateArray = array( 'id' => $this->id, 'name' => $this->name, 'header_content' => $this->header_content, 'header_css' => $this->header_css, 'static_content' => $this->static_content, 'static_js_content' => $this->static_js_content, 'static_css_content' => $this->static_css_content, 'css_attributes' => $this->css_attributes, 'user_id' => $this->user_id, ); return $stateArray; } public function __toString() { return $this->name; } public function getFields() { return include 'lib/core/lhabstract/fields/erlhabstractmodeladmintheme.php'; } public function beforeSave() { $this->css_attributes = json_encode(array_filter($this->css_attributes_array)); } /** * Removes attributes if required * */ public function removeResource($scope, $key) { $content = $this->{$scope . '_array'}; if (isset($content[$key]['file']) && isset($content[$key]['file_dir'])) { if (file_exists($content[$key]['file_dir'] . $content[$key]['file'])) { unlink($content[$key]['file_dir'] . $content[$key]['file']); erLhcoreClassFileUpload::removeRecursiveIfEmpty('var/storageadmintheme/',str_replace('var/storageadmintheme/','',$content[$key]['file_dir'])); } $std = new stdClass(); $std->name = $content[$key]['file']; erLhcoreClassChatEventDispatcher::getInstance()->dispatch('file.remove_file', array('chat_file' => & $std, 'files_path_storage' => 'images_path' )); // Remove removed attribute unset($content[$key]); // Set attr $this->{$scope . '_array'} = $content; $this->{$scope} = json_encode($content,JSON_HEX_APOS); $this->saveThis(); } } public function __get($var) { switch ($var) { case 'static_content_array': $this->static_content_array = array(); if ($this->static_content != '') { $this->static_content_array = json_decode($this->static_content,true); } return $this->static_content_array; break; case 'static_css_content_array': $this->static_css_content_array = array(); if ($this->static_css_content != '') { $this->static_css_content_array = json_decode($this->static_css_content,true); } return $this->static_css_content_array; break; case 'static_js_content_array': $this->static_js_content_array = array(); if ($this->static_js_content != '') { $this->static_js_content_array = json_decode($this->static_js_content,true); } return $this->static_js_content_array; break; case 'replace_array_static': case 'replace_array_css': case 'replace_array_js': $varAttr = array( 'replace_array_static' => 'static_content_array', 'replace_array_css' => 'static_css_content_array', 'replace_array_js' => 'static_js_content_array', ); $return = array('search' => array(), 'replace' => array()); foreach ($this->{$varAttr[$var]} as $content) { $return['search'][] = '{{'.$content['name'].'}}'; $return['replace'][] = ($content['file_dir'] != '' ? erLhcoreClassSystem::instance()->wwwDir() : erLhcoreClassSystem::instance()->wwwImagesDir() ) . '/' . $content['file_dir'] . $content['file']; } $this->$var = $return; return $this->$var; break; case 'replace_array_all': $this->replace_array_all = array_merge_recursive($this->replace_array_static,$this->replace_array_css,$this->replace_array_js); return $this->replace_array_all; break; case 'css_attributes_array': $attr = str_replace('_array','',$var); if (!empty($this->{$attr})) { $jsonData = json_decode($this->{$attr},true); if ($jsonData !== null) { $this->{$var} = $jsonData; } else { $this->{$var} = array(); } } else { $this->{$var} = array(); } return $this->{$var}; break; case 'header_content_front': $this->header_content_front = ''; if ($this->header_content != '') { $this->header_content_front = str_replace($this->replace_array_all['search'], $this->replace_array_all['replace'], $this->header_content); } return $this->header_content_front; break; case 'user': $this->user = false; if ($this->user_id > 0) { try { $this->user = erLhcoreClassModelUser::fetch($this->user_id,true); } catch (Exception $e) { $this->user = false; } } return $this->user; break; default: ; break; } } public $id = null; public $name = ''; public $header_content = ''; public $header_css = ''; public $static_content = ''; public $static_js_content = ''; public $static_css_content = ''; public $css_attributes = ''; public $user_id = 0; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.02 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�