$oCKeditor = new CKeditor(get_class($model).'['.$attribute.']');
$oCKeditor->basePath = $ckBasePath;
if(isset($config) && is_array($config)){
foreach($config as $key=>$value){
$oCKeditor->config[$key] = $value;
}
}
CKFinder::SetupCKEditor($oCKeditor, Yii::app()->baseUrl . '/ckfinder/');
$oCKeditor->editor(get_class($model).'['.$attribute.']',$defaultValue);uncaught exception: [CKEDITOR.editor] The instance "Articles[content]" already exists.

Re: uncaught exception: [CKEDITOR.editor] The instance "Art
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!