/**
  * 本模块禁止使用布局
  * 
  * @return void
  */
 protected function _initLayout()
 {
     ZtChart_Plugin_Layout::addDisabledModules('demo');
 }