Rendering Dynamic Pages Into Yii

Hi all

i have included some dynamic html pages into yii called themes/static/… inside the static folder i uploaded css js and html files.

i have a database called jobs, which contains two tables for that i generated MVC…

now i need to do backend for those page, now i need to change the actionIndex path to render themes/static folder files.

so that i can start doing backend…

thank in advance for any help.