配置文件中main.php

'db'=>array(
	...
	'tablePrefix' => 'ecms_',
	...
),

model中

	public function tableName()
	{
		return '{{slider}}';
	}