Page pickle code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • salmo.bytes@montana-riverboats.com

    Page pickle code

    I'm working on a suite of classes that automatically generate
    pages (either dynamically or as static html, written out to
    the file system). The code is still rough, but the basic
    functionality is there. This application recursively reads
    a file system and initializes a simple mysql schema.
    The pages are rendered--statically or dynamically--as needed.
    This code is particularly handy for managing large numbers of simple
    image pages, or how-to-do-it html pages.

    Here's what I want to know:
    Does anybody know of any other similar applications out there?
    I'd like to learn from other efforts, but so far I haven't
    found anything quite like this.

    You can download this code from phpclasses.org, at

    .....if you want to give a spin.

Working...