Home » HTML » HTML_Menu » Bug #4404
serialization of HTML_Menu
Details
| Request #4404 | serialization of HTML_Menu |
|---|---|
| Submitted | 2005-05-22 05:26 UTC |
| From | wisd00m at gmx dot net |
| Status | Wont fix |
| Package | HTML_Menu |
| PHP Version | 4.3.10 |
| Roadmaps | (Not assigned) |
Comments
[2005-05-22 05:26 UTC] wisd00m at gmx dot net
Description:
------------
It would be pretty cool if the HTML_Menu extension would natively support serialization of the menu structure array to an XML file or even SQL table by some simple method, using PEAR's ::DB extension and the various PEAR XML libs, that should be relatively straight forward.
It could be as simple as adding two new methods that take care of saving/loading serialized menu structures from abitrary DB sources.
That way, menu templates could be easily stored separately in different formats.
Thanks for your great work !