<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 05 Jul 2008 06:02:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Cal Evans' Blog: set_include_path() failing]]></title>
      <guid>http://www.phpdeveloper.org/news/9636</guid>
      <link>http://www.phpdeveloper.org/news/9636</link>
      <description><![CDATA[<p>
<i>Cal Evans</i> came up against <a href="http://blog.calevans.com/2008/02/14/set_include_path-failing/">a problem</a> earlier in his development work - issues when he was trying to get his old include path.
</p>
<blockquote>
What you SHOULD get back is a string describing your old include path. If you get false, you have hit the problem I hit last night. I went so far as to recompile 2 difference versions of Apache thinking (almost correctly) that it was something that had changed in my Apache config files.
</blockquote>
<p>
If you're one of the "falsers" out there, check out <a href="http://blog.calevans.com/2008/02/14/set_include_path-failing/">the rest of his post</a> of his solution around the problem. His problem stemmed from his trying to reassign a php_admin_value (instead of php_value where the script could override it) setting, specifically the one for the include_path. 
</p>
<p>
He also points out that Zend Framework users might keep an eye out for this problem too as the Zend_Loader package changes the include path at times.
</p>]]></description>
      <pubDate>Thu, 14 Feb 2008 15:09:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP in Action Blog: Testing Smarty templates]]></title>
      <guid>http://www.phpdeveloper.org/news/9513</guid>
      <link>http://www.phpdeveloper.org/news/9513</link>
      <description><![CDATA[<p>
On the PHP in Action blog today, there's a <a href="http://www.reiersol.com/blog/index.php?op=ViewArticle&articleId=29&blogId=1">quick new post</a> that talks about not only using the <a href="http://smarty.php.net">Smarty templating system</a> but also a method for testing it to check for any kind of possible failure.
</p>
<blockquote>
As I mentioned in my blog post on <a href="http://www.reiersol.com/blog/index.php?op=ViewArticle&articleId=25&blogId=1">Paparrazzi testing</a>, Uncle Bob (Robert C. Martin) has discussed how to test web templates or server pages. Since I'm currently working with Smarty templates, I wanted a simple way to run tests on them without needing to deal with a web server and the page navigation in a full web application.
</blockquote>
<p>
Thankfully, he's found a nice, simple method for running tests against the Smarty engine (and includes that in <a href="http://www.reiersol.com/blog/index.php?op=ViewArticle&articleId=29&blogId=1">the post</a> - an interface to Smarty and the example test case to run against it).
</p>]]></description>
      <pubDate>Tue, 29 Jan 2008 08:47:00 -0600</pubDate>
    </item>
  </channel>
</rss>
