<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>britg - Latest Comments in Using the Zend Framework in CakePHP</title><link>http://britg.disqus.com/</link><description></description><language>en</language><lastBuildDate>Wed, 01 Oct 2008 10:10:19 -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-2778146</link><description>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;br&gt;&lt;br&gt;ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(__FILE__));</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>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</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>Hey there, thanks for the advice. Works great, adjusting the include path on the fly like this.&lt;br&gt;&lt;br&gt;However, my include path was not ending in a semicolumn, so I had to adjust this in zend_include_path.php:&lt;br&gt;&lt;br&gt;ini_set(‘include_path’, ini_get(‘include_path’).';'.dirname(__FILE__));</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>