Integrating Wordpress and Yii,Working Out The Details.

Comparing #15 with #16

Content

Demo Online
 
------------------
 
[Yii-WordPress Hybrid Test](http://wdeio-kal.gr/yii-wp/ "Yii-WordPress Hybrid Test")
 

Overview
------------------
This article is based on fr0d0z's article [Integrating Wordpress and Yii: still another approach, using Yii as the router/controller](http://www.yiiframework.com/wiki/322/integrating-wordpress-and-yii-still-another-approach-using-yii-as-the-router-controller/ "Integrating Wordpress and Yii: still another approach, using Yii as the router/controller") and provides more details on how to set up this integration.To be more specific,the idea is not to use any main.php layout in Yii's controllers.This gives the advantage that we do not need to modify any Yii code when we switch a theme in WordPress admin panel,provided we have done a very basic setup which I explain below.

WordPress Setup
[...]