simple question about front end and backend directories

Hello yii members,

i have got two wikis for my problem to organize front end and backend directories i have also another end business end but first i want to create two ends so please give me your suggestions what to go after. should i use http://www.yiiframework.com/wiki/63/organize-directories-for-applications-with-front-end-and-back-end-using-webapplicationend-behavior/ directory structure or http://www.yiiframework.com/wiki/33/

i am pretty much confused… can anyone please tell me pros and cons if you know? i am not getting how it should work? please someone shed some lights on it.

Thanks,

I’ve never separate front-end and back-end.

I use different directories layout then generated by yii (public_html,runtime,protected renamed to app) but whenever I need a backend I make it a module. If you need to maintain different applications (you said you have 2 wikis) maybe subdomains are way to go?