|
From: Peter B. <pb...@xs...> - 2008-06-15 11:53:21
|
Hi,
I'm using RAP V0.9.6 and write
$im = ModelFactory::getInfModelF();
which I suppose should work (or shouldn't it?), but it returns a message
about InfModel not being found in InfModelF.php.
I changed ModelFactory.php and replaced
require_once RDFAPI_INCLUDE_DIR . 'infModel/InfModelF.php';
by
require_once RDFAPI_INCLUDE_DIR . 'infModel/InfModelP.php';
which removes the problem.
Bye,
Peter
|