grinova
(Info)
1
Hi All,
i would like to ask how to create a microsite using yii application.
for an example :
http://www.domain.com/test1
http://www.domain.com/test2
http://www.domain.com/test3
test1, test2 and test3 will have a different design and showing different item (each microsite will have it own design).
please we need any advice for designing this in yii application.
thank you in advance.
perochak
(Amjad Mughal)
2
Micro sites can be like page(s) so, we can use
$this->layout property of CController to set desired design for each of page i.e. site
Just create 3 apps and using the same framework folder!