NOTICE: Undefined index: imgLs in /app/sub/app/tmp/d59985f6f9a12c6496fa97080cbb33f5.1709194850.landShow.html.php on line 56

499.      $msg "ERROR";
500.      if($errno == E_WARNING)$msg "WARNING";
501.      if($errno == E_NOTICE)$msg "NOTICE";
502.      if($errno == E_STRICT)$msg "STRICT";
503.      if($errno == 8192)$msg "DEPRECATED";
504.      err("$msg$errstr in $errfile on line $errline");
505.  }
506.  function err($msg){
507.      $msg htmlspecialchars($msg);
508.      $traces debug_backtrace();
509.      if(true == $GLOBALS['debug']){
51.                          <?php if ($con['document'] != '未填写') : ?>
52.                          <p>土地证:<span><?php echo htmlspecialchars($con['document'], ENT_QUOTES"UTF-8"); ?></span></p>
53.                          <?php endif; ?>
54.                      </div>
55.                      <!--banner-->
56.                      <?php if ($con['imgLs'] != '未填写') : ?>
57.                      <div class="banner rt clearFix mt20">
58.                          <ul class="clearFix bannerUl">
59.                              <?php $_foreach_v_counter 0$_foreach_v_total count($con['imgLs']);?><?php foreach( $con['imgLs'] 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++;?>
60.                              <li>
61.                                  <img class="lazyload" data-src="<?php echo htmlspecialchars($vENT_QUOTES"UTF-8"); ?>" alt="<?php echo htmlspecialchars($con['title'], ENT_QUOTES"UTF-8"); ?>"
377.          $complied_file $this->compile($tempalte_name);
378.          
379.          @ob_start();
380.          extract($this->template_valsEXTR_SKIP);
381.          $_view_obj = & $this;
382.          include $complied_file;
383.          
384.          return ob_get_clean();
385.      
386.      
387.      public function assign($mixed$val ''){
188.          $this->_auto_display false;
189.          
190.          if($return){
191.              return $this->_v->render($tpl_name);
192.          }else{
193.              echo $this->_v->render($tpl_name);
194.          }
195.      }
196.  }
197. 
198.  class Model{
243.              $this->demand   =   array();
244.          }
245. 
246.          $this->isdc $this->getGy($ret['uid']);
247.          $this->tslUrl   =   (getenv("APP_ENV") == "dev" || getenv("APP_ENV") == "test" "http://113.204.21.218:13332" 'https://cbo.tslsmart.com').'/pro-api/cbo-exosystem/room/clicknum?id='.$con['id'].'&gyId='.$con['gyid'];
248.          $this->display('Investment/landShow.html');
249.      }
250. 
251.      //写字楼列表
252.      public function actionOfficeList(){
253.          $p                  =   arg('p',1);
75.  if(!is_available_classname($__controller))_err_router("Err: Controller '$controller_name' is not correct!");
76.  if(!class_exists($controller_nametrue))_err_router("Err: Controller '$controller_name' is not exists!");
77.  if(!method_exists($controller_name$action_name))_err_router("Err: Method '$action_name' of '$controller_name' is not exists!");
78. 
79.  $controller_obj = new $controller_name();
80.  $controller_obj->$action_name();
81. 
82.  if($controller_obj->_auto_display){
83.      $auto_tpl_name = (empty($__module) ? '' $__module.DS).$__controller.'_'.$__action.'.html';
84.      if(file_exists(APP_CORE.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
85.  }
9. 
10.  require_once INC_PATH '/functions.php';
11.  require_once INCS_PATH '/function.php';
12.  require_once INCS_PATH '/ApiJava.php';
13. 
14.  require_once APP_CORE '/lib/speed.php';