, , .
'db'=>array(
'connectionString' => '...',
'emulatePrepare' => ...,
'username' => '...',
'password' => '...',
'charset' => '...',
'tablePrefix' => ''
),
tablePrefix - .
, , : tablePrefix (, , , v.1.1.6).
. . . , .
tablePrefix, null (, , CDbCommand::setText() ):
if($this->_connection->tablePrefix!==null && $value!='')
$this->_text=preg_replace('/{{(.*?)}}/',$this->_connection->tablePrefix.'\1',$value);
, , tablePrefix . , , tablePrefix , :
if (!isset($connection->tablePrefix)) $connection->tablePrefix = '';