Mega Code Archive

 
Categories / Php / Class
 

Using the PHP 5 style constructor

<?php class Cat {   Function __constructor(  ){   } } ?>