[PHP] passing object variable from page to page. Please disregard the previous!

2001-10-03 Thread Ming-Chieh Lee
Hello, > I have a question on how to pass object variable from page to page. Here is > something that I found, but it doesn't work. I would greatly appreciate if > someone can help: > 1. does it matter if I include first, then so session_start()? > > > file1.php > include ('class.myclass.

php-general@lists.php.net

2001-09-26 Thread Ming-Chieh Lee
just for clarity, why do we need to reference a variable when the variable already contain a reference? Thanks "Ming-Chieh Lee" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > does anyone know what does &$this mean? I saw t

php-general@lists.php.net

2001-09-26 Thread Ming-Chieh Lee
does anyone know what does &$this mean? I saw this on the php.net > tuturial > > for references inside a constructor. > > I thought that $this is already a reference? > > The way it was used : > > class Foo > > { > > function Foo($name) > > { > > // create a reference inside the g