/data1/vhosts/m.lejucaijing.com/htdocs/app/reports/model/reports.php(32)
29 parent::_initialize(); 30 } 31 32 public function getFinanceList($page, $limit = 20, $boxrow = 6, &$total) 33 { 34 //10010772 季报 3479 年报业绩 10010239 半年报 10010771 年报 2543业绩 35 //['10010239', '3479', '10010772', '10010771','2543']]
| #0 |
+
-
/data1/vhosts/m.lejucaijing.com/htdocs/app/reports/reports.php(25):Reports->getFinanceList(1,10,6) 22 23 $page = $this->getVar('page'); 24 $page = empty($page) ? 1 : $page; 25 $data = $this->_reportsModel->getFinanceList($page, 10, 6); 26 27 $topData = getTopDataNew(!IS_ONLINE_SERVER ? 'finance_report' : 'index_financialreport'); 28 $topData=formatTopDataNew($topData); |
| #1 |
+
-
/data1/vhosts/m.lejucaijing.com/htdocs/framework/dispatcher.php(280):reportsController->listAction() 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(); |
| #2 |
+
-
/data1/vhosts/m.lejucaijing.com/htdocs/framework/dispatcher.php(212):Leb_Dispatcher->dispatch("reports","reports","list",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 |
| #3 |
+
-
/data1/vhosts/m.lejucaijing.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 //显示调试信息 |
| #4 |
+
-
/data1/vhosts/m.lejucaijing.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); |
| #5 |
+
-
/data1/vhosts/m.lejucaijing.com/htdocs/framework/controller.php(60):Leb_Plugin_Broker_Abstract->execute(array('Leb_Request'=>Leb_Request,'Leb_Dispatcher'=>Leb_Dispatcher)) 57 ); 58 59 // MVC 完毕 60 $result = parent::execute($myPlugins); 61 return $result; 62 } 63 |
| #6 |
+
-
/data1/vhosts/m.lejucaijing.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')) { |
| #7 |
+
-
/data1/vhosts/m.lejucaijing.com/htdocs/index.php(29):Leb_Plugin_Abstract->run() 26 27//请求->路由->过滤->分发->响应 28$controller = Leb_Controller::getInstance(); 29$controller->run(); |