PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Menu » Bug #4404

serialization of HTML_Menu

Details

Request #4404serialization of HTML_Menu
Submitted2005-05-22 05:26 UTC
Fromwisd00m at gmx dot net
StatusWont fix
PackageHTML_Menu
PHP Version4.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 !