in reply to Re: HTML::Template, pseudo trees and indention.
in thread HTML::Template, pseudo trees and indention.

Heh, the reason I'm using a flat array is because that's how it comes out of the database =]. I was attempting to be as lazy as possible and just pass the data to my template, but I have to admit the contortions involved are really fairly ugly (Sorry guys). I'm now leaning strongly towards one of the Tree modules, thanks.
  • Comment on Re^2: HTML::Template, pseudo trees and indention.

Replies are listed 'Best First'.
Re^3: HTML::Template, pseudo trees and indention.
by dragonchild (Archbishop) on Jan 11, 2006 at 00:49 UTC
    Getting Tree::Persist::DB to work with your schema should be relatively easy. Good luck!

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?