Mega Code Archive

 
Categories / Php / Class
 

Creating the Cat constructor

<?php class Cat {   function Cat(  ) {   } } ?>