| [REVIEW] database->getPrefix |
|
Last reviewed: Not reviewed database->getPrefixReturns the current database table prefix code. By default this will be 'mos_' but this may have been overridden during Joomla installation. This method was introduced in Joomla 1.1. Syntaxstring getPrefix ( ) ExamplesExample: echo $database->getPrefix(); might produce the following output: jos_ Please report any errors on this page to the Developer Documentation Forum. |
|
| Last Updated ( Monday, 25 December 2006 ) |