Form Processing based on Workflow design

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
gnikol1
Forum Newbie
Posts: 1
Joined: Fri Apr 27, 2007 2:02 am

Form Processing based on Workflow design

Post by gnikol1 »

Hi,

I would like to ask your advice on an application that I want to build. I have several forms that are generating transactions such user name enquiry, domain search,etc. However I would like to have a formal way in order to create the interaction sequences with the DBs or files. I was thinging of a workflow engine that could handle these kind of operations, however I could not find something. I know that tikiwiki has galaxia engine which for some reasons is not working correctly on my environment. In addition I was thing for a framework that could support this kind of transactional processing.

Do you have any information for the above?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

what is a workflow engine?
staar2
Forum Commoner
Posts: 83
Joined: Fri Apr 06, 2007 2:57 am

Post by staar2 »

same question, didn't find anything in google about workflow engine :?
User avatar
kyberfabrikken
Forum Commoner
Posts: 84
Joined: Tue Jul 20, 2004 10:27 am

Post by kyberfabrikken »

There is an incomplete workflow engine as part of ezcomponents. I'm not sure how complete it is, but ezcomponents is generally very high quality code, so you might give it a try.

That said, it sounds to me like a workflow engine is a bit overkill for what you're building?
Post Reply