• I am trying to integrate the Zend Framework v1.6 into my WordPress. I have actually done it pretty successfully by creating a plugin that just loads it all up. My issue now is a conflict between both Zend and WordPress trying to issue commands to the database.

    My initial thought was is I could define my own object in wp-db.php since WordPress does not like having something like App::$DB->setFetchMode(Zend_Db::FETCH_OBJ); being used. I feel like I have an iPhone charger and a micro USB charger and trying to make them into one.

    Any suggestions? I know there are a few Zend plugins already floating around, but most seem incomplete or obsolete.

  • The topic ‘Integrating Zend Framwork 1.6’ is closed to new replies.