Is there any advantage to using __construct() instead of the class\'s name for a constructor in PHP?
__construct()
Example (__construct):
__construct
If there is methods __construct and SameAsClassName method then __construct will be executed, SameAsClassName method will be skipped.