Posts Tagged ‘zend framework’

Zend Framework WordPress Plugin

This plugin is used for autoloading the Zend Framework into WordPress.  For the plugin to work, you must download the Zend Framework (here), and place it on your webserver in the folder “wp-library” (you will have to create that folder). It will also autoload any other libraries you have placed in the “wp-library” folder.  These additional libraries must follow the same directory structure as the Zend Framework (see below).  The plugin uses the Zend Framework’s Zend_Loader to autoload Zend and any other libraries (so you do not have to “require” them explicitly).  To prevent autoloading classes defined by WordPress (and causing errors), the plugin searches the “wp-library” directory for other folders and only autoloads classes prefixed with the folder names it finds.  

You can download the plugin right here.
Continue reading Zend Framework WordPress Plugin…

2 Comments »

WP Login