[PEAR-BUG] Documentation Problem #12676 [NEW]: User note that is a documentation problem
[email protected] ("")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
From: till Operating system: Irrelevant Package version: PHP version: Irrelevant Package: Documentation Bug Type: Documentation Problem Bug description: User note that is a documentation problem Manual page: package.db_nestedset.php Problems in Documentation :: Introduction to DB_NestedSet\r\n\r\n $dsn = \'mysql://database:pwd@localhost/user\';\r\n ::Should be\r\n $dsn = \'mysql://user:pwd@localhost/database\';\r\n\r\n $output =& DB_NestedSet_Output::factory($params, \'Menu\');\r\n $menu = & new HTML_Menu($structure, \'sitemap\');\r\n $menu->forceCurrentUrl($currentUrl);\r\n $menu->show();\r\n ::Should be\r\n $output =& DB_NestedSet_Output::factory($params, \'Menu\');\r\n $structure = $output->returnStructure();\r\n $menu = & new HTML_Menu($structure, \'sitemap\');\r\n ... -- Edit bug report at http://pear.php.net/bugs/bug.php?id=12676&edit=11 --