Object Oriented

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm reading Sams teach yourself PHP4 in 24 Hours, printed in 2000, and It
seems to be out of date with the current versions of PHP because when i try
to do the example:

<?php
$obj1 = new first_class();
$obj2 = new first_class();
print "\$obj1 is a ".gettype($obj1)."<br>";
print "\$obj2 is a ".gettype($obj2)."<br>";
?>

It says Fatal error: Cannot instantiate non-existent class: first_class in
C:\Program Files\Apache Group\Apache2\htdocs\Hour8-1.php on line 2

Why is this? Thanks

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux