I\'ve been examining the code of CodeIgniter and CakePHP and I noticed that some of the methods in their classes are prefixed with an underscore _ or a double u
_
The methods that start with __ are magic methods which get called automatically in php. for more reference , check,
http://php.net/manual/en/language.oop5.magic.php