How To Yii Contoller Outside The Application

guyzz i have a situation.

I have a yii application. I am placing a normal php file outside the yii application folder on the server.

Is there any way by which i can include the needed actions of the controllers into the external php file…

why would you need that? Controllers are part of whole MVC framework and it is rather hard-or-impossible to use them outside application…

maybe what you need is just another front controller (like index.php in Yii application) which loads some specific config?