function __construct()
 {
     parent::__construct();
     $this->sName = 'bottom';
     $this->sDbTable = 'sys_menu_bottom';
     $this->sCacheKey = 'sys_menu_bottom';
 }
 function BxDolMenuBottom()
 {
     parent::BxTemplMenuSimple();
     $this->sName = 'bottom';
     $this->sDbTable = 'sys_menu_bottom';
     $this->sCacheKey = 'sys_menu_bottom';
 }
 function __construct()
 {
     parent::__construct();
     $this->sName = 'service';
     $this->sDbTable = 'sys_menu_service';
     $this->sCacheKey = 'sys_menu_service';
 }
 function BxDolMenuService()
 {
     parent::BxTemplMenuSimple();
     $this->sName = 'service';
     $this->sDbTable = 'sys_menu_service';
     $this->sCacheKey = 'sys_menu_service';
 }