예제 #1
0
파일: MDB.php 프로젝트: ookwudili/chisimba
 /**
  * Write the RDF serialization of the Model_MDB as HTML table.
  *
  * @access public
  */
 function writeAsHtmlTable()
 {
     $Model_Memory =& $this->getMemModel();
     RDF_Util::writeHTMLTable($Model_Memory);
 }
예제 #2
0
 /**
  * Writes the RDF serialization of the Model_Memory as HTML table.
  *
  * @access public
  */
 function writeAsHtmlTable()
 {
     RDF_Util::writeHTMLTable($this);
 }