News Feed
Jobs Feed
Sections




News Archive
Alexander Netkachev's Blog:
How to run a PHP application together with Zend Framework application
October 04, 2006 @ 07:25:56

Not everyone wants to convert their application or create a completely new one just to use the Zend Framework. Some just want to use their existing site and attach the ZF where they want, adding its functionality to the mix. That's what this new article on Alexander Netkachev blog is all about.

If you created the application that uses the Zend_Controller class, as described at the "Zend_Controller / Getting Started" manual page, you may think about how to combine your application with an existing one. For example, with the blog-like application. This is a little bit more complex then just installing it into one of the subfolders of your application.

You need to tune up mod_rewrite and here is an example of doing so. The example shows how I installed the WordPress blog system and modified the .htaccess file correctly to run the installed application.

He walks through the steps of the installation:

  • downloading WordPress
  • setting up a mod_rewrite rule
  • modifying it to accomidate the installation of the Zend Framework
He also includes a note that, when you add another application, you might need to add another rewrite rule to accomidate it.

2 comments voice your opinion now!
zend framework application together modrewrite wordpress zend framework application together modrewrite wordpress


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: Zend Framework Community Review Team

Technovated Blog: Reviewing a CMS solution developed on Mediatemple with Seagull including Paypal

DevShed: Building Your Own System Tray Application Using PHP-GTK

PHP North West: Lorenzo Alberton: Profile your PHP application and make it fly

DZone.com: Practical Google+ Api


Community Events











Don't see your event here?
Let us know!


development series interview release phpunit tool community podcast functional framework unittest testing example application introduction code opinion object language zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework