UpdateBlockedUser.php 423 B

12345678910111213141516171819202122
  1. <?php
  2. include_once __DIR__ . '/../../main.php';
  3. /**
  4. * Description of UpdateBlockedUser
  5. * @version
  6. * 1.0.0 Created at 2017-9-13. by --gwang
  7. * @author gwang (mail@wanggangzero.cn)
  8. * @copyright ? 2017-9-13, SJZ LoyalSoft Corporation & gwang. All rights reserved.
  9. */
  10. class UpdateBlockedUser
  11. {
  12. //put your code here
  13. static function Flush()
  14. {
  15. $dao = daoInst();
  16. // $dao->select();
  17. }
  18. }