How to integrate Wordpress into Kohana 3

后端 未结 6 1492
旧时难觅i
旧时难觅i 2020-12-30 10:26

I now need to make a Kohana 3 site have a Wordpress blog.

I\'ve seen Kerkness\' Kohana For Wordpress, but it seems to be the opposite of what I want.

Here ar

6条回答
  •  执笔经年
    2020-12-30 10:53

    This is going to be extremely difficult, because of the way WordPress works. Specifically, it uses global variables all over the place, and because Kohana is scoped, you will not be able to access those variables.

    Long story short: what you want is nearly impossible. However, if you get it working (without hacking WP), I would be really interested to see how you did it.

提交回复
热议问题