示例#1
0
 function __construct()
 {
     $this->_redis = YcfCore::load('_redis');
 }
示例#2
0
文件: ModelPdo.php 项目: dulumao/ycf
 function __construct()
 {
     $this->_db = YcfCore::load('_db');
 }