I notice there are a lot of frameworks out there for .NET (eg, .NETNUK),
PHP, and Java (eg AppFuse) programmers. These are sets of files that form a
typical starter site (or skeleton) that have the basic common features for a
web site: (1) cookie/password authentication authorization, send email fo
On Fri, 11 Feb 2005, Siegfried Heintze wrote:
> I notice there are a lot of frameworks out there for .NET (eg, .NETNUK),
> PHP, and Java (eg AppFuse) programmers. These are sets of files that form a
> typical starter site (or skeleton) that have the basic common features for a
> web site: (1) cook
Hi,
my database is organized such that every page has a hierarchical superior page
("mother"). When displaying a page, a little drop-down menu should be displayed
with all the mother, grandmothers etc. until the loop hits a page of the root
type (and unless the page itself is a root page).
I c
--- Siegfried Heintze <[EMAIL PROTECTED]> wrote:
> Are there any such frameworks for perl cgi? I googled for perl cgi
> framework
> but could not find any matches.
Hi Siegfried,
First, it's important to consider whether or not you want a framework.
Sometimes they bind you to a particular set of
Hi Jan,
Apologies in advance if any of this seems too pedantic.
What you are essentially looking for is SQL capable of handling tree
structures so you can pull this data in a single fetch. You can read
about this in Joe Celko's SQL for Smarties or (more specifically) Joe
Celko's Trees and Hierar
I don't know if this is exactly what you're looking for, but WebGUI by
PlainBlack (www.plainblack.com) looks like an option.
-John
-Original Message-
From: Chris Devers [mailto:[EMAIL PROTECTED]
Sent: Fri 2/11/2005 8:15 AM
To: Siegfried Heintze
Cc: Perl Beginners - CGI List
Chris Devers wrote:
On Fri, 11 Feb 2005, Siegfried Heintze wrote:
I notice there are a lot of frameworks out there for .NET (eg, .NETNUK),
PHP, and Java (eg AppFuse) programmers. These are sets of files that form a
typical starter site (or skeleton) that have the basic common features for a
web si
On Fri, 11 Feb 2005, Chris Devers wrote:
=>On Fri, 11 Feb 2005, Siegfried Heintze wrote:
=>
=>> I notice there are a lot of frameworks out there for .NET (eg, .NETNUK),
=>> PHP, and Java (eg AppFuse) programmers. These are sets of files that form a
=>> typical starter site (or skeleton) that have