[Catalyst] Catalyst Interface to Tree Structure Pulled from DB.

Phil Mitchell phil at 2people.org
Mon Dec 12 18:02:25 CET 2005


On 12/12/05, Thomas Hartman <tphyahoo at gmail.com> wrote:
> I would like advice on perlish, and ideally Catalyst-y ways, to create
> a web interface to display interactive tree data structures, pulling
> from an underlying db. The db data underlying the tree would look like
> this (http://msdn.microsoft.com/library/en-us/dnsmart00/html/treelib2.jpg),
> and the web page should have an interface similar to this
> (http://msdn.microsoft.com/library/en-us/dnsmart00/html/treelib1.jpg).
> That was from an ms-access form discussed here

I use Tree::Simple + Matt Kruse's mktree.js -- makes it very easy to
emulate basic expanding/collapsing tree structures...
--
==========================
2People Blog: http://2-people.blogspot.com/
2People site: http://www.2people.org



More information about the Catalyst mailing list