示例#1
0
文件: manager.php 项目: gudwin/extasy
 public static function getScript($szPath, $szUrl)
 {
     $aScript = Sitemap_Sample::getScript($szPath, $szUrl);
     if (empty($aScript)) {
         throw new SiteMapException('Script ("' . $szPath . '","' . $szUrl . '") not found in database');
     }
     return $aScript;
 }