Posted by Erik Franzn on 10/01/05 22:30
I have the following class
class CMAES_DomIterator implements RecursiveIteratorIterator
{
.....
}
When I am instanciating the class I am getting the following error:
Fatal error: CMAES_DomIterator cannot implement
RecursiveIteratorIterator - it is not an interface ...
Does not PHP 5.0.5 support the RecursiveIteratorIterator Interface?
Thanxs
/Erik
Navigation:
[Reply to this message]
|