[PHP] Re: PHP Fusebox

2003-08-10 Thread Nicolas Frisby
I just recently did a bit of research into "standardized development processes" and such and the most robust system I have found is XML and XSLT. I realize that the whole idea of the 'fusebox' page is lost, but XSL allows you to generate just about anything and XML's standard formats (DocBook and

Re: [PHP] Piping and the CLI parser

2003-08-07 Thread Nicolas Frisby
n Tuesday 05 August 2003 13:25, Nicolas Frisby wrote: > > [snip] > > > executes the script with arguments), I attempted some piping; which, > > through very shallow research, I've come to think uses STDIN. > > I don't think it does. > > > It fails; no

[PHP] Piping and the CLI parser

2003-08-06 Thread Nicolas Frisby
Greets everybody. My question regards psuedo-DOS (XP cmd.exe) piping and the CLI php parser. If you could help please continue reading. The documention specifies that the CLI php parser "sets up" STDIN and its kin. It does in fact work fine assuming the STDIN is the console, but while I was just