document workflow implementation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
osiris500
Forum Newbie
Posts: 2
Joined: Tue Oct 11, 2005 9:02 am

document workflow implementation

Post by osiris500 »

Hi out there,

i´ve a general question. I´m a newbie in php programming but familliar with java and the whole oop stuff.
i´m a student and i have a task to design and implement a document based workflow for a cms.
So here the question: Where do i find general information about this topic and most important!! where do i find HELP, tutorial etc.???!!??!!!


Thanks and regards
Osiris500
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

what's your definition of "document based workflow"?
osiris500
Forum Newbie
Posts: 2
Joined: Tue Oct 11, 2005 9:02 am

Post by osiris500 »

hi,

as far as i know there are two ways of implementing workflow:
activity based workflow and document based workflow

desciption of the system:

you have different documents that owned by one user,
these documents can be changed by users who have access to them,
when editing the documents status changes, like : new entry, to be verified, to be noticed, etc. ..

now there must be an notification to an involved user that there is an action to be completed
Post Reply