This will explain YiiJoomla that for the path yiimodule he has to use the module with id 13, that means our application.
It will also take the path and passing to the application as the get paramter 'yiiPath'
[...]
------------------
Now our application can work using get routing with get format, but it would be very nice to use url routingpath format.
For achive it we have to use a custon CHttpRequest class':
Create a file in components named JHttpRequest with this content:
[...]
class JClientScript extends CClientScript
{ public function registerCssFile($url, $media='')
{