Tag Archives: PHP

How cakephp support UTF-8

it’s very easily! for 1.1 or older ,add fllowing code to the constrctor of your add_model.php in your root’s directory .

parent::__construct($id, $table, $ds); $this->execute(“SET NAMES ‘UTF8′”); define(‘MYSQL_SET_NAMES_UTF8′, true);

for 1.2 ,so easy ,just add one line to config/database.php in your webapplication folder … Continue reading

Posted in CakePHP | Tagged , | Leave a comment

Joomla!_1.6 Development Status

Joomla!_1.6 Development Status

Posted in Joomla | Tagged , | Leave a comment