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