[Fwd: Re: [PHP] Returning a reference]

2003-10-09 Thread Fabrizio Balliano
> Do as follows: > 9 function &SomeThing() { > 10 $this->Changed = "sure"; > 11 } Regards -- Fabrizio Balliano CREALABS Viale dei Mughetti, 13/A - 10151 Torino - Italy Tel. +39-011-735645 - Fax +39-011-

Re: [PHP] Committing OO Sin

2003-10-03 Thread Fabrizio Balliano
I suggest you should use MerlinWork ;-) It does these things for you. Fabrizio Balliano Il ven, 2003-10-03 alle 16:23, Gerard Samuel ha scritto: > Or is there such a thing. ;) > I have a small collection of utility classes, and it seems like the more > I add, > the more cumbersome

[PHP] MerlinWork PHP Framework

2003-09-29 Thread Fabrizio Balliano
are: - strongly object oriented - stateful - many usable and customizable objects - self installing - no database required Feel free to download and try it and make me know what do you think about it. Regards -- Fabrizio Balliano CREALABS Viale dei Mughetti, 13/A - 10151 Torino - Italy Tel.

Re: [PHP] (To Rasmus and/or Developers) PHP as CGI env variables

2002-01-10 Thread fabrizio
Thank you for your prompt reply... The problems seem to be some env variables (maybe I'm wrong) when executing PHP as CGI... I better explain with 2 samples: file aaa.cgi #!/bin/bash echo "Content-type: text/plain" echo echo "aaa" touch /home/test.txt file bbb.cgi

[PHP] (To Rasmus and/or Developers) PHP as CGI env variables

2002-01-10 Thread fabrizio
Hi, I'm trying to let Webmin execute a script where I can use php as scripting language... (It will be good to work with a language as php in a remote administration server, as root!) Now the STRANGE problem: When I execute a test.cgi program from Webmin, it's executed as root, as it was f

[PHP] PHP env variables... ?

2002-01-09 Thread fabrizio
Hi, I'm trying to let Webmin execute a script where I can use php as scripting language... (It will be good to work with a language as php in a remote administration server, as root!) Now the STRANGE problem: When I execute a test.cgi program from Webmin, it's executed as root, as it was f

[PHP] this is a test. Plz ignore.

2002-01-09 Thread fabrizio
...