CakePHPでWordPressにアクセス

If you’re like me, you’ve fallen in love with CakePHP. It’s a tight bit of code that’s easy to use and once you have your application using it, easy to maintain and add new features. For my recent redesign of my freelance site www.systemsevendesigns.com I wanted to be able to display my 3 most recent blog posts on the homepage. Both sites run off of different databases, so how do we do it with Cake? (This post assumes you know a little bit about Cake, but is not too terribly complex. Cake newbies welcome!)

引用元: WebDevKungfu » Blog Archive » Accessing WordPress with CakePHP | Web Development, Web Design, Coldfusion, Rails, Ruby on Rails, PHP blog.

仕事の合間に、ふと思いたってググッてみた。

やっぱみんな考えることは同じだなぁ~。

ちょっと前にWordpressで動くフリーマケットとか購入したし、これからどんどんインテグレートしていこう。

最近、CakePHP用の掲示板をPluginとして取り入れたばかりだけど、ちゃちゃっと別システムを取り入れれるCakePHPの柔軟性がステキすぎです。(といってもCakePHPのACL周りで結構書き換えに工夫が必要だったけど)

ってことで、今回も自分用メモ。。。 あしからず。