public function __construct()
 {
     $msgconfig = FS("Webconfig/msgconfig");
     $this->apiKey = $msgconfig['baidu']['apiKey'];
     $this->secretKey = $msgconfig['baidu']['secretKey'];
     parent::__construct();
 }
Exemplo n.º 2
0
 function _initialize()
 {
     parent::_initialize();
     D("DebtBehavior");
     $this->Debt = new DebtBehavior();
 }