[SOLVED] Fatal error: Class not found
Posted: Fri Aug 17, 2007 4:54 am
i've included some classes in a script (as posted here), but when i try to instantiate an object from one of them i receive this error...
what's wrong?
Code: Select all
include ('./class/algoritmogenetico.php');
$obj = new AlgoritmoGenetico();