topical media & game development

talk show tell print

professional-php-01-lionTest.php / php



  <?php
    include('class.Lion.php');
  
    objLion = new Lion();
    objLion->weight = 200;   //kg = ~450 lbs.
    objLion->furColor = 'brown';
    objLion->maneLength = 36;  //cm = ~14 inches
    objLion->eat();
    objLion->roar();
    objLion->sleep();
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.