<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/php5</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 02:44:47 GMT</pubDate>
<item>
<title>(PHP) PHP5 DateTimeZones grouped by continent - ch1902</title>
<link>http://snipplr.com/view/64847/php5-datetimezones-grouped-by-continent/</link>
<description><![CDATA[ <p>This is the list of [supported timzones](http://php.net/manual/timezones.php) that can be used with the [PHP5 DateTime](http://php.net/manual/class.datetime.php) class, grouped by geographical continent (rather than PHP's America/..., Asia/... etc identifiers). 

The array was built using the [DateTimeZone::getLocation()](http://php.net/manual/datetimezone.getlocation.php) method and [this list](http://en.wikipedia.org/wiki/List_of_sovereign_states_and_dependent_territories_by_continent_%28data_file%29) of ISO-3166-1 country codes (correcting for countries that straddle the Europe/Asia border, e.g. Russia).</p> ]]></description>
<pubDate>Sat, 12 May 2012 22:39:08 GMT</pubDate>
<guid>http://snipplr.com/view/64847/php5-datetimezones-grouped-by-continent/</guid>
</item>
<item>
<title>(PHP) File Download (with file_put_contents) - kairy2k9</title>
<link>http://snipplr.com/view/60926/file-download-with-fileputcontents/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Nov 2011 20:27:28 GMT</pubDate>
<guid>http://snipplr.com/view/60926/file-download-with-fileputcontents/</guid>
</item>
<item>
<title>(PHP) .htaccess parse htm to php5 - stephcode</title>
<link>http://snipplr.com/view/51152/htaccess-parse-htm-to-php5/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Mar 2011 08:28:08 GMT</pubDate>
<guid>http://snipplr.com/view/51152/htaccess-parse-htm-to-php5/</guid>
</item>
<item>
<title>(PHP) PHP5 prepend string to file - spaceploitator</title>
<link>http://snipplr.com/view/44906/php5-prepend-string-to-file/</link>
<description><![CDATA[ <p>A useful thingie posted by Mgccl at his site mgccl.com, just wanted to share with Snipplr.</p> ]]></description>
<pubDate>Fri, 26 Nov 2010 12:21:30 GMT</pubDate>
<guid>http://snipplr.com/view/44906/php5-prepend-string-to-file/</guid>
</item>
<item>
<title>(PHP) PHP5 on NetCologne Webspace (.htaccess) - mountbatt</title>
<link>http://snipplr.com/view/40170/php5-on-netcologne-webspace-htaccess/</link>
<description><![CDATA[ <p>Add this to your .htaccess file to make PHP5 the default version on Netcologne (Germany) Webspace.</p> ]]></description>
<pubDate>Thu, 09 Sep 2010 03:30:21 GMT</pubDate>
<guid>http://snipplr.com/view/40170/php5-on-netcologne-webspace-htaccess/</guid>
</item>
<item>
<title>(PHP) Calibre Remote - PHP5 Class - minky</title>
<link>http://snipplr.com/view/35720/calibre-remote--php5-class/</link>
<description><![CDATA[ <p>forms part of our Calibre Remote Web App. basically an alternate gui for calibre ebooks content-server.</p> ]]></description>
<pubDate>Sun, 13 Jun 2010 10:03:02 GMT</pubDate>
<guid>http://snipplr.com/view/35720/calibre-remote--php5-class/</guid>
</item>
<item>
<title>(PHP) PHP - HTML Generation Class - minky</title>
<link>http://snipplr.com/view/35538/php--html-generation-class/</link>
<description><![CDATA[ <p>## PHP - HTML Generation Class

This class allows you to generate (and fill) any HTML elements via programmatic or object-orientated methods</p> ]]></description>
<pubDate>Sun, 06 Jun 2010 10:00:36 GMT</pubDate>
<guid>http://snipplr.com/view/35538/php--html-generation-class/</guid>
</item>
<item>
<title>(PHP) PHP5 Method Chaining Example - koncept</title>
<link>http://snipplr.com/view/25491/php5-method-chaining-example/</link>
<description><![CDATA[ <p>Dead salesman, **BILLY MAYS**, age(**50**) sold the following products:

* Awesome Auger
* Big City Slider
* Dash Tray
* Hercules Hook
* Mighty Mendit</p> ]]></description>
<pubDate>Sun, 27 Dec 2009 00:34:58 GMT</pubDate>
<guid>http://snipplr.com/view/25491/php5-method-chaining-example/</guid>
</item>
<item>
<title>(PHP) PHP5 fast recursive directory listing, profiling items by type - koncept</title>
<link>http://snipplr.com/view/25487/php5-fast-recursive-directory-listing-profiling-items-by-type/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Dec 2009 23:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/25487/php5-fast-recursive-directory-listing-profiling-items-by-type/</guid>
</item>
<item>
<title>(PHP) Easy scraping and HTML parsing with PHP5 and XPath - adamcoulombe</title>
<link>http://snipplr.com/view/22188/easy-scraping-and-html-parsing-with-php5-and-xpath/</link>
<description><![CDATA[ <p>This example uses file_get_contents to retrieve remote HTML. From there, we can parse through it using PHP5's DOMDocument and DOMXpath. XPath Queries are easy to create using the Firefox extension "XPather"</p> ]]></description>
<pubDate>Fri, 30 Oct 2009 13:53:10 GMT</pubDate>
<guid>http://snipplr.com/view/22188/easy-scraping-and-html-parsing-with-php5-and-xpath/</guid>
</item>
<item>
<title>(PHP) sqlDataObj in PHP5 - bakkelun</title>
<link>http://snipplr.com/view/17097/sqldataobj-in-php5/</link>
<description><![CDATA[ <p>Pretty straight forward implementation of mysql instantiation using php5 oop. Example usage at the bottom. The database in the example is named 'example_database' and has 1 table, 'newstable'. This table has three columns: 'id,heading,message'.

By bakkelun</p> ]]></description>
<pubDate>Thu, 16 Jul 2009 20:09:52 GMT</pubDate>
<guid>http://snipplr.com/view/17097/sqldataobj-in-php5/</guid>
</item>
<item>
<title>(PHP) CI CRUD Model - JOIN Example - jtkendall</title>
<link>http://snipplr.com/view/11067/ci-crud-model--join-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Jan 2009 17:45:30 GMT</pubDate>
<guid>http://snipplr.com/view/11067/ci-crud-model--join-example/</guid>
</item>
<item>
<title>(PHP) CI CRUD Model - jtkendall</title>
<link>http://snipplr.com/view/11048/ci-crud-model/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Jan 2009 00:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/11048/ci-crud-model/</guid>
</item>
<item>
<title>(PHP) Generate Random Password - iTony</title>
<link>http://snipplr.com/view/10442/generate-random-password/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Dec 2008 16:48:05 GMT</pubDate>
<guid>http://snipplr.com/view/10442/generate-random-password/</guid>
</item>
<item>
<title>(PHP) image wrapper class using gd library - iTony</title>
<link>http://snipplr.com/view/9933/image-wrapper-class-using-gd-library/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Nov 2008 01:49:55 GMT</pubDate>
<guid>http://snipplr.com/view/9933/image-wrapper-class-using-gd-library/</guid>
</item>
<item>
<title>(PHP) php5 class for easybots - xuanyan</title>
<link>http://snipplr.com/view/8268/php5-class-for-easybots/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Sep 2008 03:37:36 GMT</pubDate>
<guid>http://snipplr.com/view/8268/php5-class-for-easybots/</guid>
</item>
<item>
<title>(PHP) Gravatar link generator class - xuanyan</title>
<link>http://snipplr.com/view/8056/gravatar-link-generator-class/</link>
<description><![CDATA[ <p>Gravatar link generator class</p> ]]></description>
<pubDate>Wed, 27 Aug 2008 07:32:55 GMT</pubDate>
<guid>http://snipplr.com/view/8056/gravatar-link-generator-class/</guid>
</item>
<item>
<title>(PHP) CSV Reports - rodrigo</title>
<link>http://snipplr.com/view/7790/csv-reports/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Aug 2008 16:35:51 GMT</pubDate>
<guid>http://snipplr.com/view/7790/csv-reports/</guid>
</item>
<item>
<title>(PHP) database class - ishkur</title>
<link>http://snipplr.com/view/7426/database-class/</link>
<description><![CDATA[ <p>it's still a work in progress. There are a lot of things I would like to do with it, but I think how I have it set up now is pretty good for how i need it. 

It's essentially the backbone of a CMS project I have going (PaamayimCMS). 

One major feature that I would LOVE to add to it is chainability. I've been looking at the P4A project, and they claim to have a database wrapper that functions in a similar way to jQuery in regards to that. 

In due time i suppose.</p> ]]></description>
<pubDate>Tue, 22 Jul 2008 03:09:45 GMT</pubDate>
<guid>http://snipplr.com/view/7426/database-class/</guid>
</item>
<item>
<title>(PHP) PHP5 - function array2object() - ki4ngel</title>
<link>http://snipplr.com/view/7405/php5--function-array2object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Jul 2008 18:07:17 GMT</pubDate>
<guid>http://snipplr.com/view/7405/php5--function-array2object/</guid>
</item>
</channel>
</rss>