| 12345678910111213141516171819202122 | <?php/** * FecShop file. * * @link http://www.fecshop.com/ * @copyright Copyright (c) 2016 FecShop Software LLC * @license http://www.fecshop.com/license/ */namespace fecadmin;use fec\helpers\CRequest;use fec\helpers\CUrl;/** * @author Terry Zhao <2358269014@qq.com> * @since 1.0 */class  FecadminMongoBlock extends  FecadminbaseBlock{					}
 |