示例#1
0
文件: Sitemap.php 项目: cwcw/cms
 /**
  *
  */
 public function __construct(array $option = array())
 {
     $errorhandler = array('controller' => 'index', 'action' => 'sitemap');
     $errorhandler = array_merge($errorhandler, $option);
     parent::__construct($errorhandler);
 }