Autocomplete extension

Hello, I’m new in this forum and I’m a beginner with YII, maybe the question will be obvious but I’m wasting a lot of time without results.

I’m trying to extend CJuiAutoComplete as this site explain. I’m sure that the parameter are OK but it gives to me this error: include(CJuiAutoComplete.php) [<a href=‘function.include’>function.include</a>]: failed to open stream: No such file or directory.

I put the class in the extensions path, for me the problem is on the extension for the object but how can I resolve it?

Thanks


Yii::import('zii.widgets.jui.CJuiAutoComplete');

I needed only a rest :D