/** * 构造方法 * @param object application */ public function __construct(&$app) { $this->app_current = app::get('pointprofessional'); $this->app_b2c = app::get('b2c'); parent::__construct($this->app_b2c); $this->pagesize = 2; }
/** * 构造方法 * @param object application */ public function __construct(&$app) { $this->app_current = $app; $this->app_b2c = app::get('b2c'); parent::__construct($this->app_b2c); }