<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 16:08:50 +0000</lastBuildDate>
    <item>
      <title>(PHP) concept: php multidimentional methods - Knarf</title>
      <link>https://snipplr.com/view/62598/concept-php-multidimentional-methods</link>
      <description>&lt;p&gt;A class i started to implement, which ended up in a working concept&#13;
However I'm not sure if it's a legal way of programming since I unnessesery&#13;
changes the structure of php without some real value except nicer structure&#13;
&#13;
For now it remain a concept&#13;
&#13;
Usage:&#13;
&#13;
	concept::create()-&gt;create1();&#13;
	concept::create()-&gt;create2();&#13;
	concept::test()-&gt;test1();&#13;
	concept::test()-&gt;test2();&lt;/p&gt;</description>
      <pubDate>Tue, 17 Jan 2012 19:55:11 UTC</pubDate>
      <guid>https://snipplr.com/view/62598/concept-php-multidimentional-methods</guid>
    </item>
    <item>
      <title>(PHP) Simple MySQL wrapper around PDO - Knarf</title>
      <link>https://snipplr.com/view/38987/simple-mysql-wrapper-around-pdo</link>
      <description>&lt;p&gt;A simple wrapper class for MySql around PDO. Also an example on how to use this wrapper for SQLite.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Aug 2010 00:02:33 UTC</pubDate>
      <guid>https://snipplr.com/view/38987/simple-mysql-wrapper-around-pdo</guid>
    </item>
    <item>
      <title>(PHP) Quickly load a file and give each line a linenumber. - Knarf</title>
      <link>https://snipplr.com/view/23361/quickly-load-a-file-and-give-each-line-a-linenumber</link>
      <description>&lt;p&gt;A script I used for quickly load a file (see line 3) and then make a table which had linenumbers on each line. You may want to add a +1 when its generating the table...&lt;/p&gt;</description>
      <pubDate>Wed, 18 Nov 2009 15:26:42 UTC</pubDate>
      <guid>https://snipplr.com/view/23361/quickly-load-a-file-and-give-each-line-a-linenumber</guid>
    </item>
    <item>
      <title>(PHP) php trim alle elements in an array - Knarf</title>
      <link>https://snipplr.com/view/23119/php-trim-alle-elements-in-an-array</link>
      <description>&lt;p&gt;A function i made for running trim on all elements in an array&lt;/p&gt;</description>
      <pubDate>Sat, 14 Nov 2009 14:25:15 UTC</pubDate>
      <guid>https://snipplr.com/view/23119/php-trim-alle-elements-in-an-array</guid>
    </item>
  </channel>
</rss>
