<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>britg - Latest Comments in Using the Zend Framework in CakePHP</title><link>http://britg.disqus.com/</link><description></description><atom:link href="https://britg.disqus.com/using_the_zend_framework_in_cakephp/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 05 Apr 2012 01:31:45 -0000</lastBuildDate><item><title>Re: Using the Zend Framework in CakePHP</title><link>http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/#comment-486693875</link><description>&lt;p&gt;I have a web application by zend framework.&lt;br&gt;I want to convert to cakephp framework this.&lt;br&gt;By the way, do you think I can use this application without converting ? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">skybear</dc:creator><pubDate>Thu, 05 Apr 2012 01:31:45 -0000</pubDate></item><item><title>Re: Using the Zend Framework in CakePHP</title><link>http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/#comment-77112494</link><description>&lt;p&gt;Thanks for the advice.  This is spiffy!  Best of both worlds.&lt;/p&gt;&lt;p&gt;By the way, does anybody know if convention prefers placing the zend lib files in /vendors or /app/vendors?  I have them in /vendors and it seems to work (found out the hard way that it doesn't if you put them in both).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavoreo</dc:creator><pubDate>Sun, 12 Sep 2010 14:40:05 -0000</pubDate></item><item><title>Re: Using the Zend Framework in CakePHP</title><link>http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/#comment-59991752</link><description>&lt;p&gt;It's been a while since you posted here but i'm having an issue with it.&lt;/p&gt;&lt;p&gt;I'm getting Warning: require_once(Zend/Gdata/App.php) failed to open stream.&lt;/p&gt;&lt;p&gt;Fatal error: require_once() [function.require]: Failed opening required 'Zend/Gdata/App.php' (include_path='/Applications/MAMP/bin/php5/lib/php/Users/dir/Sites/student/app/vendors') in /Users/dir/Sites/student/app/vendors/Zend/Gdata.php on line 27&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;AB&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Barton</dc:creator><pubDate>Wed, 30 Jun 2010 10:37:57 -0000</pubDate></item><item><title>Re: Using the Zend Framework in CakePHP</title><link>http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/#comment-17470082</link><description>&lt;p&gt;You good sir are a rockstar. Just found this post and it saved me a ton of headache. *tips hat*&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JoshReedSchramm</dc:creator><pubDate>Sat, 26 Sep 2009 18:35:41 -0000</pubDate></item><item><title>Re: Using the Zend Framework in CakePHP</title><link>http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/#comment-2778146</link><description>&lt;p&gt;In fact, is better to use the PATH_SEPARATOR constant to determine the character to use. And there is no need to check if the include path ends with it or not, because an empty entry should no affect.&lt;/p&gt;&lt;p&gt;ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(__FILE__));&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">davidcm</dc:creator><pubDate>Wed, 01 Oct 2008 10:10:19 -0000</pubDate></item><item><title>Re: Using the Zend Framework in CakePHP</title><link>http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/#comment-2406367</link><description>&lt;p&gt;Interesting - i guess the most extensible solution would be to check if&lt;br&gt;there is a semicolon and add it if there is not - like your case.&lt;br&gt;Thanks for sharing&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">britg</dc:creator><pubDate>Wed, 17 Sep 2008 15:43:26 -0000</pubDate></item><item><title>Re: Using the Zend Framework in CakePHP</title><link>http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/#comment-2401292</link><description>&lt;p&gt;Hey there, thanks for the advice. Works great, adjusting the include path on the fly like this.&lt;/p&gt;&lt;p&gt;However, my include path was not ending in a semicolumn, so I had to adjust this in zend_include_path.php:&lt;/p&gt;&lt;p&gt;ini_set(‘include_path’, ini_get(‘include_path’).';'.dirname(__FILE__));&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Spreekmeester</dc:creator><pubDate>Wed, 17 Sep 2008 13:37:14 -0000</pubDate></item></channel></rss>