31 function __construct($page)
42 $matches = preg_match(
"/.*?id='menu1html-..*?<small>(.*)/", $this->page, $menuList);
47 $matches = preg_match_all(
"/<a href='((.*?).*?)'.*?>(.*?)</", $menuList[1], $parsed, PREG_PATTERN_ORDER);
56 $numMenus = count($parsed[1]);
58 for ($i = 0; $i <= $numMenus -1; $i++)
60 $menus[$parsed[3][$i]] = $parsed[1][$i];