|
From: Geraint E. <rd...@co...> - 2006-03-02 10:54:36
|
Just for completeness can we add:
/**
* Writes the RDF serialization of the MemModel as HTML.
*
* @access public
*/
function writeAsHTML()
{
$this->model->writeAsHtml();
}
to ResModel.php
thanks
Geraint
|