-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
The easiest way I can think of to prevent static method calls is to use the
$this pseudo variable in your method. A method *cannot* be used statically if
the method requires use of $this.
- [PHP] Preventing static method calls in PHP4 Marcus Bointon
- [PHP] Preventing static method calls in PHP4 Marcus Bointon
- Re: [PHP] Re: Preventing static method calls in PH... Jason Barnett
- Re: [PHP] Re: Preventing static method calls i... Marcus Bointon
- Re: [PHP] Re: Preventing static method cal... Justin Patrin