db_title From Online Manual

Revision as of 17:37, 26 July 2011 by Emanuele (talk | contribs) (Created page with "{{smcfunc |function=db_title |usage=$smcFunc['db_title'] |description=Name of the database being used. Such as MySQL, PostgreSQL and SQlite. '''Shall not be called as a function,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Parameters:

None.

Return: Nothing.

Example:

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



Advertisement: