references:joomla.framework:database:jdatabase-getprefixgetPrefix
Returns the current database table prefix code. By default this will be ‘mos_’ but this may have been overridden during Joomla! installation. Syntaxstring getPrefix () ExamplesExample $database =& JFactory::getDBO(); echo $database->getPrefix(); might produce: Result jos_ Discussion |


