====== getPrefix ====== {#JAPI Joomla.Framework Database JDatabase::getPrefix #} Returns the current database table prefix code. By default this will be 'mos_' but this may have been overridden during Joomla! installation. ===== Syntax ===== string getPrefix () ===== Examples ===== $database =& JFactory::getDBO(); echo $database->getPrefix(); might produce: jos_ ---- ~~DISCUSSION~~