12345678910111213141516171819202122 |
- <?php
- include_once __DIR__ . '/../../main.php';
- /**
- * Description of UpdateBlockedUser
- * @version
- * 1.0.0 Created at 2017-9-13. by --gwang
- * @author gwang (mail@wanggangzero.cn)
- * @copyright ? 2017-9-13, SJZ LoyalSoft Corporation & gwang. All rights reserved.
- */
- class UpdateBlockedUser
- {
- //put your code here
- static function Flush()
- {
- $dao = daoInst();
- // $dao->select();
- }
- }
|