<?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>Wed, 22 May 2013 08:38:25 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPImpact Blog: Using Annotations in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10652</guid>
      <link>http://www.phpdeveloper.org/news/10652</link>
      <description><![CDATA[<p>
On the PHP::Impact blog today there's a <a href="http://phpimpact.wordpress.com/2008/07/19/using-annotations-in-php/">new post</a> showing how to use annotations in your application's code that can be used by the <a href="http://code.google.com/p/addendum/">Addendum</a> library.
</p>
<blockquote>
Annotations provide data about a program that is not part of the program itself. They have no direct effect on the operation of the code they annotate. In PHP, annotations can only be read reflectively at run time.
</blockquote>
<p>
They allow you to document, with meta-data, information about the classes, methods and variables inside the script. They show three of the annotation types - a marker, a single-value and a multi-value.
</p>]]></description>
      <pubDate>Tue, 22 Jul 2008 07:55:04 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend Framework Blog App Tutorial - Addendum #2: Revised Design, Date Helper]]></title>
      <guid>http://www.phpdeveloper.org/news/10317</guid>
      <link>http://www.phpdeveloper.org/news/10317</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has posted the <a href="http://blog.astrumfutura.com/archives/374-Zend-Framework-Blog-Application-Tutorial-Addendum-2-Revised-Blog-Design,-Date-Format-View-Helper.html">second addendum</a> to his series on creating a blogging application with the Zend Framework. It covers a revised blog design and the creation of a date format view helper.
</p>
<blockquote>
In the second of my Addendum posts which revise previous entries either for missing functionality, progressive changes and enhancements, or reader comments, I revise the design and styling of the blog application. There's not a lot to discuss in this entry since the majority of changes are to the HTML and CSS of the blog.
</blockquote>
<p>
He <a href="http://blog.astrumfutura.com/archives/374-Zend-Framework-Blog-Application-Tutorial-Addendum-2-Revised-Blog-Design,-Date-Format-View-Helper.html">includes</a> the phtml template files for the updates to the blog's layout along with the code for the new view helper (and tips on making them global and optimizing them).
</p>]]></description>
      <pubDate>Mon, 02 Jun 2008 10:21:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: ZF Blog Tutorial Addendum #1: Base URL, Magic Quotes, Database Schema & UTF-8]]></title>
      <guid>http://www.phpdeveloper.org/news/10302</guid>
      <link>http://www.phpdeveloper.org/news/10302</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/373-Zend-Framework-Blog-Application-Tutorial-Addendum-1-Base-URL,-Magic-Quotes-Reversal,-Database-Schema-and-UTF-8-Title-Transliteration.html">an addendum</a> he's posted to his "making a blogging application with the Zend Framework" series dealing with a few random issues from along the way.
</p>
<blockquote>
The interesting thing about live publishing of a long tutorial series is that it's not flawless. In fact it's the opposite. [...] To cover all these I'll occasionally highlight the more important ones both in notes to new entries, or where they slip past me, in Addendum entries like this one.
</blockquote>
<p>
There's four sections in <a href="http://blog.astrumfutura.com/archives/373-Zend-Framework-Blog-Application-Tutorial-Addendum-1-Base-URL,-Magic-Quotes-Reversal,-Database-Schema-and-UTF-8-Title-Transliteration.html">this update</a> - one dealing with the referencing of base URLs, another worrying about magic_quotes settings, an updated database schema for the project and the final about removing non-english characters in the title URLs.
</p>]]></description>
      <pubDate>Thu, 29 May 2008 16:12:03 -0500</pubDate>
    </item>
  </channel>
</rss>
