RE: [PHP] workflow system design

2010-09-07 Thread Jay Blanchard
[snip] Hi, i know it is not the right place, but, does anybody know a workflow system development process? or methodology? thanks! [/snip] Your question is pretty broad, there are several processes and methodologies available. What are you specifically looking to do? -- PHP General Mailing List (

Re: [PHP] workflow system design

2010-09-07 Thread David Hutto
On Tue, Sep 7, 2010 at 8:39 AM, Jay Blanchard wrote: > [snip] > Hi, i know it is not the right place, but, does anybody know a workflow > system development process? or methodology? > thanks! > [/snip] http://en.wikipedia.org/wiki/Workflow -- PHP General Mailing List (http://www.php.net/) To un

[PHP] logical AND assignments

2010-09-07 Thread Robert E. Glaser
My ISP upgraded his server from Ubuntu 9.04 to Ubuntu 9.10, which probably included a newer PHP version. I don't know what PHP version was on previously. Code I've had running for years broke, and I tracked it down to this equivalent: "; $Condition0 = true and false; If ($Condition0) ec

Re: [PHP] logical AND assignments

2010-09-07 Thread Paul M Foster
On Tue, Sep 07, 2010 at 10:41:46PM -0400, Robert E. Glaser wrote: > My ISP upgraded his server from Ubuntu 9.04 to Ubuntu 9.10, which > probably included a newer PHP version. I don't know what PHP version > was on previously. Code I've had running for years broke, and I tracked > it down to this