Integrating Kohana 3 with WordPress


Wish you could use Kohana’s powerful object-relation, templating or even routes, when writing your next WordPress theme?

Then check out Azuka Okuleye’s super helpful article on how to integrate Kohana 3 with WordPress.

By the way, to get this working in Kohana 3.3, I had to change:

Request::instance()->execute()->send_headers()->response;

To this:

Request::factory()->execute()->send_headers()->body();