<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.hiveminds.co.uk/feed.xsl" ?>
<?xml-stylesheet type="text/css" href="http://www.hiveminds.co.uk/feed.css" ?>
<rss version="2.0" xml:base="http://www.hiveminds.co.uk">
<channel>
 <title>Hiveminds Magazine - Using Numbers in PHP Function Names - Comments</title>
 <link>http://www.hiveminds.co.uk/content/using-numbers-in-php-function-names.html</link>
 <description>Comments for "Using Numbers in PHP Function Names"</description>
 <language>en</language>
 <copyright>Hiveminds Magazine</copyright>
 <pubDate>Fri, 21 Nov 2008 05:51:25 -0800</pubDate>
 <lastBuildDate>Fri, 21 Nov 2008 05:39:20 -0800</lastBuildDate>
<item>
 <title>LOL, Consider that a typo</title>
 <link>http://www.hiveminds.co.uk/node/934#comment-264</link>
 <description>I am not quite finshed with the article but I don't think a spellchecker would have caught that! Thanks.
</description>
 <pubDate>Thu, 18 May 2006 08:07:52 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/using-numbers-in-php-function-names.html#comment-264</guid>
 <category domain="/taxonomy/term/39/PHP">PHP</category>
 <category domain="/taxonomy/term/185/Tips and Tricks">Tips and Tricks</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
</item>
<item>
 <title>A good read, I enjoyed it, but</title>
 <link>http://www.hiveminds.co.uk/node/934#comment-263</link>
 <description>A good read, I enjoyed it, but doesn't the English language have 26 letters in it ;)</description>
 <pubDate>Thu, 18 May 2006 05:20:59 -0700</pubDate>
 <guid>http://www.hiveminds.co.uk/content/using-numbers-in-php-function-names.html#comment-263</guid>
 <category domain="/taxonomy/term/39/PHP">PHP</category>
 <category domain="/taxonomy/term/185/Tips and Tricks">Tips and Tricks</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
</item>
<item>
 <title>Using Numbers in PHP Function Names</title>
 <link>http://www.hiveminds.co.uk/content/using-numbers-in-php-function-names.html</link>
 <description>The PHP documentation states quite clearly that function names in PHP can be alpha-numeric as long as they start with an underscore character or letter. So why don't PHP developers use numbers? One problem with using procedural code in PHP is naming. If you have hundreds of functions then you are going to run into naming problems after a while. In PHP function names not protected by OOP classes have to have unique names. So what do you do if using a callback system like that of Wordpress or Drupal.
</description>
 <pubDate>Thu, 23 Nov 2006 05:19:17 -0800</pubDate>
 <category domain="/taxonomy/term/39/PHP">PHP</category>
 <category domain="/taxonomy/term/185/Tips and Tricks">Tips and Tricks</category>
 <category domain="/taxonomy/term/184/Web Developer">Web Developer</category>
</item>
</channel>
</rss>
