Re: call to undefined function php5



not that easy, wrong during copy..
it says class FileIO{

//code
}

When I run a var_dump on this line in the __construct
$this->filePointer = $this->openFile();

it returns false...
I guess it should return true if the file really is opened?

.