Learning PHP and MySQL
Example 05-12 Using the PHP 5 style constructor
<?php
class Cat {
// Constructor
__construct(){
}
}
?>
Posted by on 08/03 at 08:21 AM
hey yiieeaaahhh!!!
Posted by on 08/13 at 06:30 PM
Page 1 of 1 pages
Next entry: Example 05-13 Defining three member functions for Cat
Previous entry: Example 05-11 Creating the Cat constructor