Custom Mvc Framework Based On Yii Library

Hello Guys,

I want to create custom directory structure using Yii library to use the Yii classes. I want to make following directory structure.

app

core

 front


     modules


          contact 


               controller


               models


 admin


     modules


          banner module


               controller


               models

local

 front


     modules


          contact 


               controller


               models


 admin


     modules


          bannermodule


               controller


               models

config

 main.php  ( this directory hold the application configuration )

js

css

images

theme

theme_name


         views

I would appreciate if any one can help me to make this working successfully.

Thanks,

Jignesh

What is the current problem with it?