[SOLVED]frontend integration with yii backend

hi :) ,

I was given the frontend + graphics, but I don’t know how to start integrating it with my yii backend that currently has scaffolding and temporary UI generated by yii , any tips/suggestions/advice/comments please ? :lol:

I found a tutorial : http://www.yiiframework.com/doc/guide/1.1/en/topics.theming

but what files should i place in the "system" folder ?

what are the system view files ?

What is the problem?

/protected/controllers/ControllerSystem.php

/protected/model/System.php

/protected/view/system/foo.php

this problem was solved some days ago.

I created a theme

/theme/thenameofmyapp

then at the config’s array, I added




        'theme'=>'thenameofmyapp'