<?php
class Test extends Test_Class {
public function my_test() {
echo \'Hello World\';
}
}
$test = new Test;
$test->my_test();
?>
Почему вылазит?:
Fatal error : Class \'Test_Class\' not found
Потому, что нет \"наследника\" Test_Class