Пример #1
0
 /**
  * 
  * @return Z_Resource_Aggregator
  */
 public static function getInstance()
 {
     if (NULL === self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
Пример #2
0
    }
    $result .= "</ul>";
    return $result;
}
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"> 
	<head> 
		<meta http-equiv="content-type" content="text/html; charset=windows-1251"> 
		<style type="text/css"> 
body{margin:5px;padding:0;}
a,a:link,a:visited {color:#000000;text-decoration:none;font-family:arial;font-size:12px;}
a:hover{text-decoration:underline;}
		</style> 
		<script type="text/javascript"> 
function m_set_url(url) {
	window.parent.document.getElementById('href').value = url;
	window.parent.mcTabs.displayTab('general_tab','general_panel');
	return false;
}
		</script> 
	</head> 
	<body>
	
	<?php 
echo listPages(Z_Resource_Aggregator::getInstance()->getList());
?>
	
	</body> 
</html>