Page Variation

Hi There!

I have a website that needs to have a variation of pages.

For example:

website.com/variation1/

website.com/variation2/

website.com/variation3/

All of which has the same DB and has the same function. The only difference is that these variations differs in page template ie. Header, Footer, Content, etc. This is for the purpose of analyzing page visits.

With that, what is the best way to do this? In Yii, there is a common layout used so header/footer depends on the layout. In this case, the header/footer should be specific to each page so the user can just modify the header/footer/content of a specific page without affecting other pages.

So, again what is the best approach for this?

Thank you in advance.

[color="#006400"]/* Moved from Tutorials to Yii 1.1 General Discussion */[/color]