NOTICE: Trying to access array offset on value of type null in /www/wwwroot/cacsa.kunbocs.cn/protected/tmp/03f72bb7575506d10cc1981d352e4a56.1548301914.member_display.html.php on line 15

506.      $msg "ERROR";
507.      if($errno == E_WARNING)$msg "WARNING";
508.      if($errno == E_NOTICE)$msg "NOTICE";
509.      if($errno == E_STRICT)$msg "STRICT";
510.      if($errno == 8192)$msg "DEPRECATED";
511.      err("$msg$errstr in $errfile on line $errline");
512.  }
513.  function err($msg){
514.      $msg htmlspecialchars($msg);
515.      $traces debug_backtrace();
516.      if(!empty($GLOBALS['err_handler'])){
10. 
11.      <div class="min1200 i_center_group clearfix2">
12.          <div class="f_banner_bj_130 blue_bj"></div>
13.          <div class="white_bj box_shadow d_center w_1200 box_sizing box_pw40 clearfix2">
14. 
15.              <div class="d_site_th"><span class="round_r png site_icon icon_public"></span><span class="text_m">当前位置:<a href="/member.html">联盟成员</a><em class="china">&gt;</em><?php echo htmlspecialchars($company_info['company_name'], ENT_QUOTES"UTF-8"); ?></span></div>
16.              <!--end位置标题-->
17. 
18.              <div class="d_member_t1">
19.                  <!--<div class="fr d_member_t1_r w_300 box_sizing">
20.                      
383.          $complied_file $this->compile($tempalte_name);
384. 
385.          @ob_start();
386.          extract($this->template_valsEXTR_SKIP);
387.          $_view_obj = & $this;
388.          include $complied_file;
389. 
390.          return ob_get_clean();
391.      }
392. 
393.      public function assign($mixed$val ''){
196.          $this->_auto_display false;
197. 
198.          if($return){
199.              return $this->_v->render($tpl_name);
200.          }else{
201.              echo $this->_v->render($tpl_name);
202.          }
203.      }
204.  }
205. 
206.  class Model{
119.        $Company=new Company();
120.        $this->company_info=$Company->findCompanyInfo(array("id"=>$id,"is_review"=>1));
121. 
122.        $this->company_list=$Company->findAll(array("is_review=1"),"is_top desc,update_time desc",'*',"0,10");
123. 
124.        $this->display("front/member_display.html");
125.      }
126.  }
84.  $GLOBALS['controller_name'] = $controller_name;
85.  $GLOBALS['action_name'] = $action_name;
86.  $GLOBALS['module'] = $__module;
87. 
88.  $controller_obj = new $controller_name();
89.  $controller_obj->$action_name();
90. 
91.  if($controller_obj->_auto_display){
92.      $auto_tpl_name = (empty($__module) ? '' $__module.DS).$__controller.'_'.$__action.'.html';
93.      if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
94.  }
1.  <?php
2.  session_start();
3.  define('APP_DIR'realpath('./'));
4.  //载入自动composer加载器
5.  require(APP_DIR.'/protected/lib/vendor/autoload.php');
6.  require(APP_DIR.'/protected/lib/speed.php');