NOTICE: Undefined variable: timea in /www/web/bcc/bcc4309_com/public_html/tag/tmp/2b38dee9694011eddca2a334787839f0.1659478759.item_3.html.php on line 56
- /www/web/bcc/bcc4309_com/public_html/tag/lib/speed.php on line 515
510.
$msg = "ERROR";
511.
if($errno == E_WARNING)$msg = "WARNING";
512.
if($errno == E_NOTICE)$msg = "NOTICE";
513.
if($errno == E_STRICT)$msg = "STRICT";
514.
if($errno == 8192)$msg = "DEPRECATED";
515.
516.
err("$msg: $errstr in $errfile on line $errline");
}
517.
function err($msg){
518.
$msg = htmlspecialchars($msg);
519.
$traces = debug_backtrace();
520.
if(!empty($GLOBALS['err_handler'])){
- /www/web/bcc/bcc4309_com/public_html/tag/tmp/2b38dee9694011eddca2a334787839f0.1659478759.item_3.html.php on line 56
51.
<div class="aristocracies"><h4>相关标签</h4></div>
52.
<div class="syncopation">
53.
<?php if(!empty($shang5)){ $_foreach_v_counter = 0; $_foreach_v_total = count($shang5);?><?php foreach( $shang5 as $v ) : ?><?php $_foreach_v_index = $_foreach_v_counter;$_foreach_v_iteration = $_foreach_v_counter + 1;$_foreach_v_first = ($_foreach_v_counter == 0);$_foreach_v_last = ($_foreach_v_counter == $_foreach_v_total - 1);$_foreach_v_counter++;?>
54.
<div class="subduction"><div class="bouse">
55.
<h3><a href="<?php echo $host; ?><?php echo $url; ?><?php echo $v['id']; ?>/" title="<?php echo $v['title']; ?>"><?php echo $v['title']; ?></a></h3>
56.
57.
<p><?php echo date('Y-m-d',$timea);?></p></div>
</div>
58.
<?php endforeach; }?>
59.
</div>
60.
</div>
61.
</div>
- /www/web/bcc/bcc4309_com/public_html/tag/lib/speed.php on line 392
387.
$complied_file = $this->compile($tempalte_name);
388.
389.
@ob_start();
390.
extract($this->template_vals, EXTR_SKIP);
391.
$_view_obj = & $this;
392.
393.
include $complied_file;
394.
return ob_get_clean();
395.
}
396.
397.
public function assign($mixed, $val = ''){
- /www/web/bcc/bcc4309_com/public_html/tag/lib/speed.php on line 205
200.
$this->_auto_display = false;
201.
202.
if($return){
203.
return $this->_v->render($tpl_name);
204.
}else{
205.
206.
echo $this->_v->render($tpl_name);
}
207.
}
208.
}
209.
210.
class Model{
- /www/web/bcc/bcc4309_com/public_html/tag/controller/MainController.php on line 24
19.
$this->rand_a = $biao->find(array("id" => mt_rand(2, $count)));
20.
$this->result_pinpai=$pinpai->find(1);
21.
$this->shang5=$biao->findAll(["id >= $resultid"],"id ASC","*","6");
22.
$this->xia5=$biao->findAll(["id < $resultid"],"id desc","*","5");
23.
$this->result = $result;
24.
25.
$this->display("/item_3.html");
}
26.
}
27.
include 'bot/bot.php';
- /www/web/bcc/bcc4309_com/public_html/tag/lib/speed.php on line 88
83.
if(!is_available_classname($__controller))_err_router("Err: Controller '$controller_name' is not correct!");
84.
if(!class_exists($controller_name, true))_err_router("Err: Controller '$controller_name' is not exists!");
85.
if(!method_exists($controller_name, $action_name))_err_router("Err: Method '$action_name' of '$controller_name' is not exists!");
86.
87.
$controller_obj = new $controller_name();
88.
89.
$controller_obj->$action_name();
90.
if($controller_obj->_auto_display){
91.
$auto_tpl_name = (empty($__module) ? '' : $__module.DS).$__controller.'_'.$__action.'.html';
92.
if(file_exists(APP_DIR.DS.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
93.
}
- /www/web/bcc/bcc4309_com/public_html/tag/index.php on line 4
1.
<?php
2.
define('APP_DIR', realpath('./'));
3.
define('APP_DIR2', realpath('../'));
4.
require(APP_DIR.'/lib/speed.php');