WordPress without Themes!?

define('WP_USE_THEMES', false);

This talk is about disabling WordPress themes and incorporating the WordPress backend into PHP frameworks (like Zend or Symfony). We’ll be covering everything from the_loop() to advanced routing to WordPress pages (and the pitfalls you’ll run into).