HTML5 Offline functionality in YII

Hi

I have a Yii powered site running in production.

Now 1 one of the Create view functionality is to be also made available for offline usage using HTML5 offline feature. This feature requires a configuration file(manifest) to be defined where in you give the list of items to be cached. eg-

CACHE:

index.html

Now in a MVC framework like YII, a view is not rendered directly like index.html

How and what do i give in manifest file to make it go through the framework routing,controller and action and finally render my view page.

I have tried the following with no success -

  1. /protected/views/project/create.php

  2. absoluteURL/index.php/project/create

The requirement is make use of HTML5 offline feature without bypassing the framework.

Pls. let me know if I need to clarify more

Thanks

nr

I know it has been along time for this thread but has anyone made any progress with offline support of a Yii view?