Voting

: four minus zero?
(Example: nine)

The Note You're Voting On

DevilDude at darkmaker dot com
20 years ago
Php 5 has a simple recursion system that stops you from using overloading within an overloading function, this means you cannot get an overloaded variable within the __get method, or within any functions/methods called by the _get method, you can however call __get manualy within itself to do the same thing.

<< Back to user notes page

To Top