On Sun, 21 Jul 2002, Richard Lynch wrote:
++>I don't use Classes.
How it is possible?:))) I prefer OOP and I use it as much
as possible even in PHP
++>> $this=&$GLOBALS["cache"];
++>I would not expect this to work.
++>PHP is going to finalize and return the class, and you're assignment t
++>PHP does not support multiple constructors.
but you can easily evade this obstacle:
class A {
function A($parm1,$parm2=false) {
if (!$parm2) {
$this->OneArgConstructor($parm1);
} else {
$this->TwoArg
On Sun, 9 Jun 2002, Tom Ray wrote:
++>Is there a way to do this with PHP? I couldn't find it in the online
++>docs and the archive search is offline :(
oh..You couldn't?
echo '
What's your monitor size?
';
Users monitor size is in $HTTP_GET_VARS["size"];
3 matches
Mail list logo