Hi,
There are several methods i cannot access from the api:
...
$model = ModelFactory::getResModel(MEMMODEL);
$model->load($path);
$modeModel=$model->find($modeInfo,null,null);
$it=$model->findAsIterator($modeInfo,NULL,NULL);
the find() method is ok, but findAsIterator() generates an error: Fatal
error: Call to undefined function: findasiterator() in ...
Prior to executing this code i do:
define("RDFAPI_INCLUDE_DIR", "/usr/share/php/rdfapi-php/api/");
include_once('/usr/share/php/rdfapi-php/api/RdfAPI.php');
What did i miss ?
/mig
|