Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

/Dev/Hell Podcast:
Episode 75: Together but Alone
Apr 18, 2016 @ 15:46:38

The /Dev/Hell podcast, hosted by PHP community members Chris Hartjes and Ed Finkler, has posted their latest episode: Episode 75: Together but Alone.

We’re three-quarters of the way through to The End! In this episode it was just Ed and Chris talking about two issues that are very important to them. We go over the early results from Ed’s Open Sourcing Mental Illness survey and then have a very long discussion about the events surrounding LambdaConf 2016.

You can listen to this latest episode either through the in-page audio player or by downloading the mp3 of the show directly and listening at your leisure. If you enjoy the show, be sure to subscribe to their feed and follow them on Twitter to get the latest episode announcements.

tagged: devhell podcast ep75 together alone osmi survey lambdaconf16

Link: http://devhell.info/post/2016-04-15/together-but-alone/

Alexander Netkachev's Blog:
How to run a PHP application together with Zend Framework application
Oct 04, 2006 @ 12: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.

tagged: zend framework application together modrewrite wordpress zend framework application together modrewrite wordpress

Link:

Alexander Netkachev's Blog:
How to run a PHP application together with Zend Framework application
Oct 04, 2006 @ 12: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.

tagged: zend framework application together modrewrite wordpress zend framework application together modrewrite wordpress

Link:


Trending Topics: