Go to the source code of this file.
Functions | |
| __makeMenu (&$list, $parent_srl) | |
Variables | |
| $lang = Context::getLangType() | |
| $logged_info = Context::get('logged_info') | |
| $oMenuAdminController = getAdminController('menu') | |
| $sitemap | |
| foreach($sitemap as $id=> &$val) | $extra_vars = new stdClass() |
| $extra_vars | GNB = $sitemap['GNB']['menu_srl'] |
| $extra_vars | UNB = $sitemap['UNB']['menu_srl'] |
| $extra_vars | FNB = $sitemap['FNB']['menu_srl'] |
| $args = new stdClass() | |
| $layout_srl = $args->layout_srl = getNextSequence() | |
| $args | site_srl = 0 |
| $args | layout = 'xedition' |
| $args | title = 'XEDITION' |
| $args | layout_type = 'P' |
| $oLayoutAdminController = getAdminController('layout') | |
| $output = $oLayoutAdminController->insertLayout($args) | |
| $args | extra_vars = serialize($extra_vars) |
| $mlayout_srl = $args->layout_srl = getNextSequence() | |
| $extra_vars | main_menu = $sitemap['GNB']['menu_srl'] |
| $siteDesignPath = _XE_PATH_.'files/site_design/' | |
| $designInfo = new stdClass() | |
| $designInfo | layout_srl = $layout_srl |
| $designInfo | mlayout_srl = $mlayout_srl |
| $moduleList = array('page', 'board', 'editor') | |
| $moutput = ModuleHandler::triggerCall('menu.getModuleListInSitemap', 'after', $moduleList) | |
| if($moutput->toBool()) | $skinTypes = array('skin'=>'skins/', 'mskin'=>'m.skins/') |
| $designInfo | module = new stdClass() |
| $oModuleModel = getModel('module') | |
| foreach($skinTypes as $key=> $dir) $designInfo module board | skin = 'xedition' |
| $oAdminController = getAdminController('admin') | |
| $moduleInfo = $oModuleModel->getModuleInfoByMenuItemSrl($sitemap['GNB']['list'][0]['menu_srl']) | |
| $module_srl = $moduleInfo->module_srl | |
| $oTemplateHandler = TemplateHandler::getInstance() | |
| $oDocumentModel = getModel('document') | |
| $oDocumentController = getController('document') | |
| $obj = new stdClass() | |
| $obj | member_srl = $logged_info->member_srl |
| $obj | user_id = htmlspecialchars_decode($logged_info->user_id) |
| $obj | user_name = htmlspecialchars_decode($logged_info->user_name) |
| $obj | nick_name = htmlspecialchars_decode($logged_info->nick_name) |
| $obj | email_address = $logged_info->email_address |
| $obj | module_srl = $module_srl |
| $obj | content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content_'.$lang) |
| $document_srl = $output->get('document_srl') | |
| $oModuleController = getController('module') | |
| $mdocument_srl = $output->get('document_srl') | |
| $module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl) | |
| $module_info | mcontent = '<img hasContent="true" class="zbxe_widget_output" widget="widgetContent" style="width: 100%; float: left;" body="" document_srl="'.$mdocument_srl.'" widget_padding_left="0" widget_padding_right="0" widget_padding_top="0" widget_padding_bottom="0" />' |
| $site_args = new stdClass() | |
| $site_args | index_module_srl = $module_srl |
| $xeicon_module_srl = $moduleInfo->module_srl | |
| $xeicon_document_srl = array() | |
| __makeMenu | ( | & | $list, |
| $parent_srl | |||
| ) |
Definition at line 130 of file ko.install.php.
| $args = new stdClass() |
Definition at line 185 of file ko.install.php.
| $designInfo = new stdClass() |
Definition at line 221 of file ko.install.php.
| $document_srl = $output->get('document_srl') |
Definition at line 279 of file ko.install.php.
| foreach ($sitemap as $id=> &$val) $extra_vars = new stdClass() |
Definition at line 180 of file ko.install.php.
| $lang = Context::getLangType() |
Definition at line 4 of file ko.install.php.
| $layout_srl = $args->layout_srl = getNextSequence() |
Definition at line 186 of file ko.install.php.
| $logged_info = Context::get('logged_info') |
Definition at line 5 of file ko.install.php.
| $mdocument_srl = $output->get('document_srl') |
Definition at line 288 of file ko.install.php.
| $mlayout_srl = $args->layout_srl = getNextSequence() |
Definition at line 202 of file ko.install.php.
| $module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl) |
Definition at line 289 of file ko.install.php.
| $module_srl = $moduleInfo->module_srl |
Definition at line 254 of file ko.install.php.
| $moduleInfo = $oModuleModel->getModuleInfoByMenuItemSrl($sitemap['GNB']['list'][0]['menu_srl']) |
Definition at line 253 of file ko.install.php.
Definition at line 225 of file ko.install.php.
| $moutput = ModuleHandler::triggerCall('menu.getModuleListInSitemap', 'after', $moduleList) |
Definition at line 226 of file ko.install.php.
| $oAdminController = getAdminController('admin') |
Definition at line 249 of file ko.install.php.
| $obj = new stdClass() |
Definition at line 262 of file ko.install.php.
| $oDocumentController = getController('document') |
Definition at line 260 of file ko.install.php.
Definition at line 259 of file ko.install.php.
| $oLayoutAdminController = getAdminController('layout') |
Definition at line 192 of file ko.install.php.
| $oMenuAdminController = getAdminController('menu') |
Definition at line 7 of file ko.install.php.
| for ($i=1;$i<=4;$i++) $oModuleController = getController('module') |
Definition at line 287 of file ko.install.php.
Definition at line 236 of file ko.install.php.
| $oTemplateHandler = TemplateHandler::getInstance() |
Definition at line 257 of file ko.install.php.
| $output = $oLayoutAdminController->insertLayout($args) |
Definition at line 193 of file ko.install.php.
| $site_args = new stdClass() |
Definition at line 296 of file ko.install.php.
| $siteDesignPath = _XE_PATH_.'files/site_design/' |
Definition at line 217 of file ko.install.php.
| $sitemap |
Definition at line 10 of file ko.install.php.
Definition at line 232 of file ko.install.php.
| $xeicon_document_srl = array() |
Definition at line 306 of file ko.install.php.
| $xeicon_module_srl = $moduleInfo->module_srl |
Definition at line 304 of file ko.install.php.
| $module_info content = $oTemplateHandler->compile(_XE_PATH_ . 'modules/install/script/welcome_content', 'welcome_content_'.$lang) |
Definition at line 274 of file ko.install.php.
| $obj email_address = $logged_info->email_address |
Definition at line 268 of file ko.install.php.
| $args extra_vars = serialize($extra_vars) |
Definition at line 197 of file ko.install.php.
| $extra_vars FNB = $sitemap['FNB']['menu_srl'] |
Definition at line 183 of file ko.install.php.
| $extra_vars GNB = $sitemap['GNB']['menu_srl'] |
Definition at line 181 of file ko.install.php.
| $site_args index_module_srl = $module_srl |
Definition at line 298 of file ko.install.php.
| $args layout = 'xedition' |
Definition at line 188 of file ko.install.php.
| $designInfo layout_srl = $layout_srl |
Definition at line 222 of file ko.install.php.
| $args layout_type = 'P' |
Definition at line 190 of file ko.install.php.
| $extra_vars main_menu = $sitemap['GNB']['menu_srl'] |
Definition at line 206 of file ko.install.php.
| $module_info mcontent = '<img hasContent="true" class="zbxe_widget_output" widget="widgetContent" style="width: 100%; float: left;" body="" document_srl="'.$mdocument_srl.'" widget_padding_left="0" widget_padding_right="0" widget_padding_top="0" widget_padding_bottom="0" />' |
Definition at line 291 of file ko.install.php.
| $obj member_srl = $logged_info->member_srl |
Definition at line 264 of file ko.install.php.
| $designInfo mlayout_srl = $mlayout_srl |
Definition at line 223 of file ko.install.php.
| $designInfo module = new stdClass() |
Definition at line 234 of file ko.install.php.
| $obj module_srl = $module_srl |
Definition at line 270 of file ko.install.php.
| $obj nick_name = htmlspecialchars_decode($logged_info->nick_name) |
Definition at line 267 of file ko.install.php.
| $site_args site_srl = 0 |
Definition at line 187 of file ko.install.php.
Definition at line 246 of file ko.install.php.
| $obj title = 'XEDITION' |
Definition at line 189 of file ko.install.php.
| $extra_vars UNB = $sitemap['UNB']['menu_srl'] |
Definition at line 182 of file ko.install.php.
| $obj user_id = htmlspecialchars_decode($logged_info->user_id) |
Definition at line 265 of file ko.install.php.
| $obj user_name = htmlspecialchars_decode($logged_info->user_name) |
Definition at line 266 of file ko.install.php.
1.8.5