コード例 #1
0
 public function __construct()
 {/*{{{*/
     parent::__construct();
     $this->edward = new ArrayEdward(self::PAGESIZE);
 }/*}}}*/
コード例 #2
0
 public function __construct()
 {/*{{{*/
     parent::__construct();
     $this->edward = new ArrayEdward(self::PAGESIZE); 
     $this->hospitalKeshiSuffix = FacultyListProvince4Baidu::buildSuffix();
 }/*}}}*/
コード例 #3
0
 public function __construct()
 {/*{{{*/
     parent::__construct();
     $this->charset = 'utf-8';
     $this->edward = new ArrayEdward(self::PAGESIZE); //决定分片种类
 }/*}}}*/
コード例 #4
0
 public function __construct()
 {/*{{{*/
     parent::__construct();
     ini_set('memory_limit', '2048M');
     $this->edward = new ArrayEdward(self::PAGESIZE);
 }/*}}}*/