Revision #5 has been created by goncin on Jul 2, 2011, 1:55:53 PM with the memo:
Corrected an English error (it isn't my native language).
« previous (#4)
Changes
Title
unchanged
Integrating Wordpress and Yii: yet another approach
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
wordpress, yii, integration
Content
changed
* Este artigo está disponível também [em português do Brasil](http://goncin.wordpress.com/2011/07/01/integrando-wordpress-e-yii-framework-uma-nova-abordagem/ "").
It seems many people is trying to make Wordpress and Yii work together. I got stuck with the same problem, but now I think I ha
ve achieved do
neing it, after a lot of hard thinking and many work hours spent.
My starting point was reading [imasia's](http://www.yiiframework.com/wiki/144/run-an-yii-application-inside-an-wordpress-page/ "imasia's article") and [isekream's](http://www.yiiframework.com/wiki/202/integrating-yii-with-wordpress/ "isekream's article") articles. The principle of both researches is calling the Yii application from inside Wordpress. The solution I propose goes on the opposite way: use Wordpress as page template for the Yii application, so the end-user won't even realize he left the former and entered the latter.
Let's proceed.[...]