Closed Thread Icon

Topic awaiting preservation: Good/Any Dynamic Forms Engine Pages that link to <a href="https://ozoneasylum.com/backlink?for=26475" title="Pages that link to Topic awaiting preservation: Good/Any Dynamic Forms Engine" rel="nofollow" >Topic awaiting preservation: Good/Any Dynamic Forms Engine\

 
Author Thread
WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 08-17-2005 20:39

Does anyone know of any forms engines that might be out there?

I have a really complex database that is used to drive some web forms, and what I need is some dynamic way of creating forms, saving their layout to the database and being able to do different queries on these forms. This gets complicated by forms having inner relations, and needing to be searched etc.

I thought that I could write one myself but it is quickly becoming something that would take a boatload of time. Do any of you know of an database schema that would support dynamic forms, or even an application that lets you create on the fly forms that can be related to other forms, have calculated fields and the whole 9 yards?

Dan @ Code Town

Nathus
Bipolar (III) Inmate

From: Minnesota
Insane since: Aug 2003

posted posted 08-17-2005 21:48

I am currently working on something similar, and it is taking a huge boatload of time. So if anyone knows of something that already exists like that, I'd be very happy to hear about it as well.

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 08-17-2005 22:50

I have been thinking more and more about this, and I think that the problem is that I am the thing I am trying to do is not relational at all. I am thinking that an XML database would be the better way of going about something like this.

It would remove all of the headaches (one would hope).

It would be using something like eXist or the Berkeley XML DB.

I am not sure as I am really still trying to wrap my head all the way around this problem, but it does appear to be a ballooning problem.

Dan @ Code Town

Nathus
Bipolar (III) Inmate

From: Minnesota
Insane since: Aug 2003

posted posted 08-17-2005 23:20

An XML database sounds like it could help out a lot. Are there any good guides around on using Berkeley with PHP that you know of?

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 08-18-2005 14:24

Not that I know of, the whole XML DB thing is really new.

I believe Sleep Cats has a PHP API for the database that might help you out. I have run the DB standalone and it is pretty simple, all XQuery.

Dan @ Code Town

« BackwardsOnwards »

Show Forum Drop Down Menu