integrating Wordpress with Symfony

谁都会走 提交于 2019-12-01 00:08:22

I've written a follow-up guide to the helpful article on theodo.fr that works with the latest versions of WordPress and has steps for upgrading: http://blog.codeclarity.com/2009/12/02/integrating-symfony-and-wordpress/. I believe your conflict is the esc_js function defined by both Symfony and WordPress. If you run my command in step 4 you should be good to go with the latest version. Hope that helps.

I tried for a while, but couldn't get this to work in 2.8.4. I did, however, get just about everything working with Wordpress 2.7.1 using the following links and some tinkering:

Step 1: Description of hacks necessary to make WordPress work inside Symfony.

Step 2: Share user information between Symfony and Wordpress

More code for step 2

Help setting up session database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!