public function __construct()
 {
     $msgconfig = FS("Webconfig/msgconfig");
     $this->apiKey = $msgconfig['baidu']['apiKey'];
     $this->secretKey = $msgconfig['baidu']['secretKey'];
     parent::__construct();
 }
Example #2
0
 function _initialize()
 {
     parent::_initialize();
     //             D("DebtBehavior");
     $this->Debt = new \Common\Behavior\DebtBehavior();
 }