示例#1
0
 function onLoadJSNImageSource($name)
 {
     parent::onLoadJSNImageSource($name);
     $this->_db = JFactory::getDBO();
     $this->_tablePrefix = $this->_db->getPrefix() . 'imageshow_external_source_';
     $this->_loadTable();
     //$this->_checkTable();
 }
示例#2
0
 function onLoadJSNImageSource($name)
 {
     parent::onLoadJSNImageSource($name);
 }