Db title: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
No edit summary
Line 8: Line 8:


<noinclude>
<noinclude>
[[Category:Database Functions]]
[[Category:Database Functions]]</noinclude>
[[Category:2.0]]
[[Category:Customizing SMF]]
[[Category:Developing SMF]]</noinclude>

Revision as of 21:53, 8 October 2012

Usage:

$smcFunc['db_title']


Description: Name of the database being used. Such as MySQL, PostgreSQL and SQlite. Shall not be called as a function, but used a string.

Return: A string with the name of the DBMS in use. It can return MySQL, PostgreSQL or SQlite.

Example:

	$versions['db_server'] = array('title' => sprintf($txt['support_versions_db'], $smcFunc['db_title']), 'version' => '');



Advertisement: