Пример #1
0
 /**
  * Answer the current record-table name
  * 
  * @return string
  * @access public
  * @static
  * @since 3/9/07
  */
 static function getCurrentRecordTable()
 {
     $currentHarvesterConfig = OAI::getCurrentHarvesterConfig();
     return 'oai_' . $currentHarvesterConfig['name'];
 }