NOTICE: Undefined index: read_count in /www/wwwroot/novel.phoenixfm.com/protected/tmp/2b68ec98bb0a6ef040555d995d034de7.1764318434.about_newsinfo.html.php on line 11

539.      $msg "ERROR";
540.      if($errno == E_WARNING)$msg "WARNING";
541.      if($errno == E_NOTICE)$msg "NOTICE";
542.      if($errno == E_STRICT)$msg "STRICT";
543.      if($errno == 8192)$msg "DEPRECATED";
544.      err("$msg$errstr in $errfile on line $errline");
545.  }
546.  function err($msg){
547.      $msg htmlspecialchars($msg);
548.      $traces debug_backtrace();
549.      if(!empty($GLOBALS['err_handler'])){
6.              当前位置:<a href="/" > 首页 </a> &gt; <a href="/about/news.html" > 新闻公告 </a> &gt; <span><?php echo htmlspecialchars($news['title'], ENT_QUOTES"UTF-8"); ?>  </span>
7.          </div>
8.          <div class="channelWrap channelNews cf">
9.              <div class="news_title">
10.                  <h2><?php echo htmlspecialchars($news['title'], ENT_QUOTES"UTF-8"); ?></h2>
11.                  <p class="from">来源:[[<?php echo htmlspecialchars($news['source_name'], ENT_QUOTES"UTF-8"); ?>]] <span class="time" >时间:<?php echo htmlspecialchars($news['create_time'], ENT_QUOTES"UTF-8"); ?></span> <span class="time" >阅读量:<?php echo htmlspecialchars($news['read_count'], ENT_QUOTES"UTF-8"); ?></span></p>
12.              </div>
13.              <div class="news_info">
14.                  <?php echo $news['content']; ?>
15.              </div>
16.          </div>
102.              </ul>
103.          </div>
104.      </div>
105.  </div>
106.  <!--<a href="https://s.click.taobao.com/fURZuAt" style="margin-left: 15px;" target="_blank"><img src="http://p1.renbenzhihui.com/upload/2024_49/17961530b981a3e.png" style="width:20%;height:auto;position: absolute;"></a>-->
107.  <?php include $_view_obj->compile($__template_file); ?>
108. 
109. 
110. 
111.  <div class="friend_link">
112.      <div class="box_center cf" id="friendLink">
416.          $complied_file $this->compile($tempalte_name);
417.          
418.          @ob_start();
419.          extract($this->template_valsEXTR_SKIP);
420.          $_view_obj = & $this;
421.          include $complied_file;
422.          
423.          return ob_get_clean();
424.      
425.      
426.      public function assign($mixed$val ''){
228.          $this->_auto_display false;
229.          
230.          if($return){
231.              return $this->_v->render($tpl_name);
232.          }else{
233.              echo $this->_v->render($tpl_name);
234.          }
235.      }
236.  }
237. 
238.  class Model{
115.  $controller_obj = new $controller_name();
116.  $controller_obj->$action_name();
117. 
118.  if($controller_obj->_auto_display){
119.      $auto_tpl_name = (empty($__module) ? '' $__module.DS).$__controller.'_'.$__action.'.html';
120.      if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
121.  }
122. 
123.  function url($c 'main'$a 'index'$param = array()){
124.      if(is_array($c)){
125.          $param $c;
3.  header('Access-Control-Allow-Origin: *');
4.  header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
5.  header('Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With');
6.  define('APP_DIR'realpath('./'));
7.  define("APP_PATH",dirname(__FILE__));
8.  require(APP_DIR.'/protected/lib/speed.php');