Follow the simple steps given below to integrate Zend framework with other applications like Wordpress, Joomla and other such open source or custom web applications.
i) Setup your Zend framework application as usual.
ii) Set the document root of the Zend application to the public folder within Zend install
iii) Now setup a folder for your wordpress or joomla or custom application. Let us assume that we want to create a custom blog application. Create a folder "blog" within "public" folder. Inside blog folder, create two files - .htaccess and index.php. Code for the two files are given below
(more…)