From: <tob...@we...> - 2006-01-23 11:23:56
|
Hi, thanks for your bug report. I fixed it and put it in the CVS. Regards, Tobias >Send Rdfapi-php-interest mailing list submissions to > rdf...@li... > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest >or, via email, send a message with subject or body 'help' to > rdf...@li... > >You can reach the person managing the list at > rdf...@li... > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Rdfapi-php-interest digest..." > > >Today's Topics: > > 1. Bug in ModelFactory::getOntModel ? (Miklos Geyer) > >--__--__-- > >Message: 1 >To: rdf...@li... >From: Miklos Geyer <mik...@el...> >Date: Sun, 22 Jan 2006 22:17:36 +0100 >Subject: [Rdfapi-php-interest] Bug in ModelFactory::getOntModel ? > >Hi again, > >i think ModelFactory::getOntModel should be: > >function & getOntModel($modelType,$vocabulary, $baseURI =3D null) > { > require_once( RDFAPI_INCLUDE_DIR . PACKAGE_ONTMODEL); > > switch ($modelType) > { > case DBMODEL: > $model =3D = >ModelFactory::getDefaultDbModel($baseURI); // --> =20 >instead of $model =3D ModelFactory::getDbModel($baseURI); > break; >... > >otherwise $dbStore ist not an Object in ModelFactory::getDBModel > > >Mikl=F3s Geyer > > > > > > >--__--__-- > >_______________________________________________ >Rdfapi-php-interest mailing list >Rdf...@li... >https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest > > >End of Rdfapi-php-interest Digest > > |