/data1/vhosts/caijing.leju.com/htdocs/framework/cache/rediscluster.php(358)
355 if (in_array($method, $trans_methods)) { 356 return call_user_func_array(array($redis, $method), array()); 357 } else { 358 return call_user_func_array(array($redis, $method), $args); 359 } 360 } 361
| #0 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/cache/rediscluster.php(358):call_user_func_array(array(RedisCluster,"get"),array("cj_news_tags_neirong")) 355 if (in_array($method, $trans_methods)) { 356 return call_user_func_array(array($redis, $method), array()); 357 } else { 358 return call_user_func_array(array($redis, $method), $args); 359 } 360 } 361 |
| #1 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/cache/rediscluster.php(287):call_user_func_array(array(Leb_Consistent_RedisCluster,"get"),array("cj_news_tags_neirong")) 284 return $return; 285 } 286 287 $status = call_user_func_array(array($this->_cacher, $method), $args); 288 $this->info($method, $args[0], $status); 289 return $status; 290 } |
| #2 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(1843):Leb_Dao_RedisCluster->__call("get",array("cj_news_tags_neirong")) 1840 $redis->del($yunying_redis_key); 1841 $redis->del($hangye_redis_key); 1842 } 1843 $neirong=$redis->get($neirong_redis_key); 1844 $yunying=$redis->get($yunying_redis_key); 1845 $hangye=$redis->get($hangye_redis_key); 1846 $neirong=[]; |
| #3 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(1843):Leb_Dao_RedisCluster->get("cj_news_tags_neirong") 1840 $redis->del($yunying_redis_key); 1841 $redis->del($hangye_redis_key); 1842 } 1843 $neirong=$redis->get($neirong_redis_key); 1844 $yunying=$redis->get($yunying_redis_key); 1845 $hangye=$redis->get($hangye_redis_key); 1846 $neirong=[]; |
| #4 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(1898):newsController->getTagList() 1895 */ 1896 public function getRelationCompanyAndHouse($city='',$company_id='',$tags_id='',$title='') 1897 { 1898 list($neirong_tag_list,$yunying_tag_list,$hangye_tag_list)=$this->getTagList(); 1899 $meetinginviteModel = M('meetinginvite'); 1900 $rule_company_id=''; 1901 //公司 |
| #5 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(1432):newsController->getRelationCompanyAndHouse("guizhou","","1584,5894","...") 1429 echo "<br />"; 1430 exit; 1431 } 1432 list($rule_company_id,$rule_hangye_tag_id,$rule_yunying_tag,$rule_neirong_tag,$rule_house_tag_id)=$this->getRelationCompanyAndHouse($news['city'],$news['company_id_real'],$news['tags_id'],$news['title']); 1433 1434 //相关公司和相关楼盘 1435 list($relation_company,$relation_house)=$this->_newsModel->newRelation($news['city'],$rule_company_id,$rule_house_tag_id); |
| #6 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/dispatcher.php(280):newsController->detailAction() 277 if($method->getNumberOfParameters() > 0) 278 $this->_act_return = $response = $this->runWithParams($controller, $method, _CLI_ ? $_SERVER['argv'] : $_GET); 279 else 280 $this->_act_return = $response = $controller->$actionFunctionName(); 281 282 $afterMethod = $actionName . 'After'; 283 method_exists($controller, $afterMethod) && $controller->$afterMethod(); |
| #7 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/dispatcher.php(212):Leb_Dispatcher->dispatch("news","news","detail",array(),Leb_Dispatcher) 209 $appPath = $plugins->getAppName(); 210 $controllerName = $plugins->getControllerName(); 211 $actionName = $plugins->getActionName(); 212 $this->dispatch($appPath, $controllerName, $actionName, array(), $plugins); 213 return $plugins; 214 } 215 |
| #8 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/plugin/abstract.php(246):Leb_Dispatcher->_afterLaunch(Leb_Dispatcher) 243 244 // 3:把自己通过插件过滤出去 245 if (!$this->getEnv('disAllowRun')) { 246 $this->_afterLaunch($result); 247 } 248 249 //显示调试信息 |
| #9 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/plugin/broker/abstract.php(46):Leb_Plugin_Abstract->run(Leb_Request) 43 $result = null; 44 foreach ($plugins as $plugin) { 45 // 加工厂,把前面一个插件运行的结果传递给后面 46 $result = $plugin->run($result); 47 // 把前面的结果保存在运行对象里供后续使用 48 if (($result instanceof Leb_Plugin_Abstract)) { 49 $this->setRunner($result->getAlias(), $result); |
| #10 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/controller.php(60):Leb_Plugin_Broker_Abstract->execute(array('Leb_Request'=>array(),'Leb_Dispatcher'=>array())) 57 ); 58 59 // MVC 完毕 60 $result = parent::execute($myPlugins); 61 return $result; 62 } 63 |
| #11 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/framework/plugin/abstract.php(242):Leb_Controller->execute(null) 239 } 240 241 // 2:把plugins传给本类进行加工 242 $result = $this->execute($plugins); 243 244 // 3:把自己通过插件过滤出去 245 if (!$this->getEnv('disAllowRun')) { |
| #12 |
+
-
/data1/vhosts/caijing.leju.com/htdocs/index.php(31):Leb_Plugin_Abstract->run() 28error_reporting(E_ERROR&~E_NOTICE); 29//请求->路由->过滤->分发->响应 30$controller = Leb_Controller::getInstance(); 31$controller->run(); |