When trying to include my own class library in Yii. I used this code to include the class file in Yii.
Yii::import('application.apis.myapi.*');
myfile is in [protected/apis/myapi.php]
I do not know that I am getting this error:
[YiiBase::include(myapi.php) [<a href='function.YiiBase-include'>function.YiiBase-include</a>]: failed to open stream: No such file or directory]
source
share