I want my cakephp support Unicode, I have tried to change my database config (cakephp-2.3.2/app/Config/database.php
)
public $default = array(
'datasource' => 'Database/Mysql',
'persistent' => false,
'host' => 'localhost',
'login' => 'root',
'password' => '***************',
'database' => 'db_1stcakephp',
'prefix' => '',
'encoding' => 'utf8' // I applied this statement to make cake php support unicode;
);
After that I refreshed my site and what I got is an error occurred:
Error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' File: C:\wamp\www\cakephp-2.3.2\lib\Cake\Model\Datasource\Database\Mysql.php
Line: 146