Support Joomla!

references:joomla.framework:database:jdatabase-setutf

Table of Contents

setUTF

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Database Class JDatabase Method setUTF Reference setUTF() Never Work in Progress

Manually sets UTF support for the database. Note that this method may be used to attempt to enable UTF support even if it does not exist for the specified database. The implementation of this method depends on the specific driver.

Syntax

void setUTF ()

Examples

Example

$database =& JFactory::getDBO();
$database->setUTF();

Discussion

Full name:
E-Mail:
 
references/joomla.framework/database/jdatabase-setutf.txt (155674 views) · Last modified: 2007/08/15 14:53