WARNING: Invalid argument supplied for foreach() in /www/web/www_hnsfjsh_net/public_html/wlb/tmp/cbb70f8cf47676c6c6d3b483bb1f5afa.1630392018.left.html.php on line 3

462.      if($errno == E_WARNING)$msg "WARNING";
463.      if($errno == E_NOTICE)$msg "NOTICE";
464.      if($errno == E_STRICT)$msg "STRICT";
465.      if($errno == 8192)$msg "DEPRECATED";
466.      if($msg ==  "NOTICE")  return ;;
467.      err("$msg$errstr in $errfile on line $errline");
468.  }
469.  function err($msg){
470.      $traces debug_backtrace();
471.      if(!$GLOBALS['debug']){
472.          header('HTTP/1.1 500 Internal Server Error');
1.  <?php if(!class_exists("View"false)) exit("no direct access allowed");?><div id="left_menu">
2.    <div class="menu">
3.      <?php $_foreach_v_counter 0$_foreach_v_total count($selflist);?><?php foreach( $selflist as $k => $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);$_foreach_v_counter++;?>
4.      <div class="title">
5.        <span><?php echo htmlspecialchars($v['title'], ENT_QUOTES"UTF-8"); ?></span>
6.        <span><?php echo htmlspecialchars($v['secondtitle'], ENT_QUOTES"UTF-8"); ?>
7.                          </span>
8.      </div>
28.      </div>
29.      <!-- 主要内容 -->
30.      <div id="Main">
31.          <div class="center">
32. 
33.              <?php include $_view_obj->compile("pc/public/left.html"); ?>
34. 
35.              <div id="right_main">
36.                  <div class="title">
37.                      <h3><?php echo htmlspecialchars($catetitleENT_QUOTES"UTF-8"); ?></h3>
38.                      <div class="line"></div>
366.      public function render($tempalte_name){     
367.          $complied_file $this->compile($tempalte_name); 
368.          @ob_start();
369.          extract($this->template_valsEXTR_SKIP);
370.          $_view_obj = & $this;
371.          include $complied_file;
372.          return ob_get_clean();
373.      
374.      public function assign($mixed$val ''){
375.          if(is_array($mixed)){
376.              foreach($mixed as $k => $v){
204.      }
205.      $this->_auto_display false;
206.      if($return){
207.          return $this->_v->render($tpl_name);
208.      }else{
209.          echo $this->_v->render($tpl_name);
210.      }
211.  }
212.  }
213.  class Model{
214.      public $page;
409. 
410.          $this->cid $cid;
411.          $this->one $one;
412.          $this->catetitle $one['title'];
413.          $this->pcatetitle $pone['title'];
414.          $this->display('pc/danye.html');
415.      }
416. 
417. 
418.      function actionImglisttxt()
419.      {
99.      }else{
100.          BaseController::err404($__controller$__action);
101.      }
102.  }
103.  $controller_obj = new $controller_name();
104.  $controller_obj->$action_name();
105.  if($controller_obj->_auto_display){     
106.      $auto_tpl_name = (empty($__module) ?  '' ADDONS.DS.$__module.DS.'view').DS.$__controller.'_'.$__action.'.html';
107.      if(file_exists(APP_DIR.DS.  $auto_tpl_name))$controller_obj->display($auto_tpl_name);
108.  }
109.  function url($c 'main'$a 'index'$param = array()){    
10.  define('SITE_DOMAIN'strip_tags($_SERVER ['HTTP_HOST']));
11.  define('SITE_PATH'dirname(__FILE__));// 网站根路径设置
12. 
13.  define('SYSNAME'"管理系统");
14.  //定义css常量
15.  require(APP_DIR '/wlb/lib/speed.php');
16. 
17. 
18. 
19.