Esempio n. 1
0
 /**
  * Write the RDF serialization of the Model_MDB as HTML table.
  *
  * @access public
  */
 function writeAsHtmlTable()
 {
     $Model_Memory =& $this->getMemModel();
     RDF_Util::writeHTMLTable($Model_Memory);
 }
Esempio n. 2
0
 /**
  * Writes the RDF serialization of the Model_Memory as HTML table.
  *
  * @access public
  */
 function writeAsHtmlTable()
 {
     RDF_Util::writeHTMLTable($this);
 }