-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Sonia, you will not have to rewrite all sections of code that use $this.
However, when you try to *assign* to the variable $this then you run
into problems (i.e. don't try to tell this object to change into another
object). Just out of curiosity, why did you assign values directly to
$this? We might be able to help you update your code faster.
- [PHP-WIN] I a list of PHP 5 reserved words please! Sonia Desbiens
- Re: [PHP-WIN] I a list of PHP 5 reserved words please! Jordi Canals
- Jason Barnett