Info_NewbieGuide.php 205 B

123456789101112131415
  1. <?php
  2. namespace loyalsoft;
  3. /**
  4. * Description of Info_NewbieGuide
  5. * 新手引导
  6. * @author gwang
  7. */
  8. class Info_NewbieGuide extends Object_ext {
  9. //put your code here
  10. public $guideStep = 0;
  11. }