Db sybase: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "{{smcfunc |function=db_sybase |usage=$smcFunc['db_sybase'] |description=Tells SMF whether the database uses sybase (PostgreSQL and SQlite) or not (MySQL). '''Shall not be called ...")
 
No edit summary
Line 9: Line 9:


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

Revision as of 21:52, 8 October 2012

Usage:

$smcFunc['db_sybase']


Description: Tells SMF whether the database uses sybase (PostgreSQL and SQlite) or not (MySQL). Shall not be called as a function, but used a boolean.

Parameters:

None.

Return: True if the database uses sybase, false otherwise.

Example:

	none



Advertisement: