-
/www/wwwroot/www.l5n5.com/dayrui/System/Database/BaseConnection.php : 1595 — CodeIgniter\Database\BaseConnection->initialize ()
1588 1589 // Is there a cached result? 1590 if (isset($this->dataCache['field_names'][$table])) { 1591 return $this->dataCache['field_names'][$table]; 1592 } 1593 1594 if (empty($this->connID)) { 1595 $this->initialize(); 1596 } 1597 1598 if (false === ($sql = $this->_listColumns($tableName))) { 1599 if ($this->DBDebug) { 1600 throw new DatabaseException('This feature is not available for the database you are using.'); 1601 } 1602 -
/www/wwwroot/www.l5n5.com/dayrui/Fcms/Model/Table.php : 156 — CodeIgniter\Database\BaseConnection->getFieldNames ()
149 /* 150 * $paytable字段主键为 自定义字段rname-rid 151 * */ 152 } 153 154 // 获取字段结构 155 public function get_field($table) { 156 return $this->db->getFieldNames($this->dbprefix($table)); 157 } 158 159 // 获取缓存的字段结构 160 public function get_cache_field($table) { 161 162 $tableinfo = \Phpcmf\Service::L('cache')->get('table-'.SITE_ID); 163 if (!$tableinfo) { -
/www/wwwroot/www.l5n5.com/dayrui/Fcms/Core/View.php : 1165 — Phpcmf\Model\Table->get_field ()
1158 // 填充当前站点id的写法 1159 if ($system['table_site']) { 1160 $system['table'] = dr_site_table_prefix($system['table_site'], SITE_ID); 1161 } 1162 1163 $tableinfo = \Phpcmf\Service::L('cache')->get_data('table-'.$system['table']); 1164 if (!$tableinfo) { 1165 $tableinfo = \Phpcmf\Service::M('Table')->get_field($system['table']); 1166 \Phpcmf\Service::L('cache')->set_data('table-'.$system['table'], $tableinfo, 36000); 1167 } 1168 if (!$tableinfo) { 1169 return $this->_return($system['return'], '表('.$system['table'].')结构不存在'); 1170 } 1171 1172 // 是否操作自定义where -
/www/wwwroot/www.l5n5.com/cache/template/_DS_www_DS_wwwroot_DS_www.l5n5.com_DS_template_DS_pc_DS_shendu_DS_home_DS_index.html.cache.php : 11 — Phpcmf\View->list_tag ()
4 <!-- 广告位AD1 --> 5 <div class="clearfix"> 6 <div id="mainbox" class="fl"> 7 8 9 <div class="swiper-container br"> 10 <ul class="swiper-wrapper "> 11 <?php $list_return_ad = $this->list_tag("action=table table_site=app_dyad pid=1 status=1 order=displayorder_asc num=1 return=ad"); if ($list_return_ad && is_array($list_return_ad)) extract($list_return_ad, EXTR_OVERWRITE); $count_ad=dr_count($return_ad); if (is_array($return_ad) && $return_ad) { $key_ad=-1; foreach ($return_ad as $ad) { $key_ad++; $is_first=$key_ad==0 ? 1 : 0;$is_last=$count_ad==$key_ad+1 ? 1 : 0; ?> 12 <li class="swiper-slide"> 13 <a class="link" href="<?php echo $ad['url']; ?>" title="<?php echo $ad['name']; ?>"> 14 <img src="<?php echo dr_get_file($ad['thumb']); ?>" width="<?php echo $ad['width']; ?>" height="<?php echo $ad['height']; ?>" alt="<?php echo $ad['name']; ?>" /> 15 <i class="mask"></i> 16 </a> 17 </li> 18 -
include /www/wwwroot/www.l5n5.com/dayrui/Fcms/Core/View.php — include()
-
/www/wwwroot/www.l5n5.com/dayrui/Fcms/Control/Home.php : 21 — Phpcmf\View->display ()
14 15 ob_start(); 16 \Phpcmf\Service::V()->assign([ 17 'indexc' => 1, 18 'fix_html_now_url' => defined('IS_MOBILE') && IS_MOBILE ? SITE_MURL : SITE_URL, 19 ]); 20 \Phpcmf\Service::V()->assign(\Phpcmf\Service::L('Seo')->index()); 21 \Phpcmf\Service::V()->display('index.html'); 22 $html = ob_get_clean(); 23 24 // 开启过首页静态时 25 if ($this->site_info[SITE_ID]['SITE_INDEX_HTML'] && !defined('SC_HTML_FILE')) { 26 if (IS_CLIENT) { 27 // 自定义终端 28 $file = \Phpcmf\Service::L('html')->get_webpath(SITE_ID, 'site', IS_CLIENT.'/index.html'); -
/www/wwwroot/www.l5n5.com/dayrui/Fcms/Control/Home.php : 60 — Phpcmf\Control\Home->_index ()
53 $this->_json(0, '禁止提交,请检查提交地址是否有误'); 54 } 55 56 // 挂钩点 网站首页时 57 \Phpcmf\Hooks::trigger('cms_index'); 58 \Phpcmf\Service::L('Router')->is_redirect_url(dr_url_prefix('/'), 1); 59 60 $this->_index(); 61 } 62 63 /** 64 * 404 页面 65 */ 66 public function s404() { 67 if (IS_DEV) { -
/www/wwwroot/www.l5n5.com/dayrui/System/Extend/Run.php : 148 — Phpcmf\Control\Home->index ()
141 'value' => $value 142 ]); 143 144 } 145 } 146 } 147 148 $app->$method(); 149 150 if (CI_DEBUG) { 151 $tool = new \CodeIgniter\Debug\Toolbar(config(\Config\Toolbar::class)); 152 $tool->prepare($this); 153 } 154 155 -
/www/wwwroot/www.l5n5.com/dayrui/System/Init.php : 402 — Frame\Run->bootWeb ()
395 $tool->respond(); 396 }); 397 } 398 399 400 // 启动框架 401 $run = new \Frame\Run(); 402 $run->bootWeb(); 403 404 -
require /www/wwwroot/www.l5n5.com/dayrui/Fcms/Init.php — require()
-
require /www/wwwroot/www.l5n5.com/public/index.php — require()