<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Knarf</title>
<link>http://snipplr.com/users/Knarf</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 19:10:28 GMT</pubDate>
<item>
<title>(PHP) concept: php multidimentional methods</title>
<link>http://snipplr.com/view/62598/concept-php-multidimentional-methods/</link>
<description><![CDATA[ <p>A class i started to implement, which ended up in a working concept
However I'm not sure if it's a legal way of programming since I unnessesery
changes the structure of php without some real value except nicer structure

For now it remain a concept

Usage:

	concept::create()->create1();
	concept::create()->create2();
	concept::test()->test1();
	concept::test()->test2();</p> ]]></description>
<pubDate>Tue, 17 Jan 2012 19:55:11 GMT</pubDate>
<guid>http://snipplr.com/view/62598/concept-php-multidimentional-methods/</guid>
</item>
<item>
<title>(PHP) $test</title>
<link>http://snipplr.com/view/60929/test/</link>
<description><![CDATA[ <p>An example of dynamic scripting in php.</p> ]]></description>
<pubDate>Thu, 17 Nov 2011 21:16:59 GMT</pubDate>
<guid>http://snipplr.com/view/60929/test/</guid>
</item>
<item>
<title>(PHP) Dir</title>
<link>http://snipplr.com/view/55648/dir/</link>
<description><![CDATA[ <p>An more advanced dir function. Now we got both dir, dir::regex and dir::wildcard</p> ]]></description>
<pubDate>Fri, 24 Jun 2011 00:46:33 GMT</pubDate>
<guid>http://snipplr.com/view/55648/dir/</guid>
</item>
<item>
<title>(PHP) Simple MySQL wrapper around PDO</title>
<link>http://snipplr.com/view/38987/simple-mysql-wrapper-around-pdo/</link>
<description><![CDATA[ <p>A simple wrapper class for MySql around PDO. Also an example on how to use this wrapper for SQLite.</p> ]]></description>
<pubDate>Fri, 13 Aug 2010 00:02:33 GMT</pubDate>
<guid>http://snipplr.com/view/38987/simple-mysql-wrapper-around-pdo/</guid>
</item>
<item>
<title>(PHP) Quickly load a file and give each line a linenumber.</title>
<link>http://snipplr.com/view/23361/quickly-load-a-file-and-give-each-line-a-linenumber/</link>
<description><![CDATA[ <p>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...</p> ]]></description>
<pubDate>Wed, 18 Nov 2009 15:26:42 GMT</pubDate>
<guid>http://snipplr.com/view/23361/quickly-load-a-file-and-give-each-line-a-linenumber/</guid>
</item>
<item>
<title>(PHP) Class MySQL</title>
<link>http://snipplr.com/view/23153/class-mysql/</link>
<description><![CDATA[ <p>A class for simply connect and do a query on a database</p> ]]></description>
<pubDate>Sun, 15 Nov 2009 08:54:36 GMT</pubDate>
<guid>http://snipplr.com/view/23153/class-mysql/</guid>
</item>
<item>
<title>(PHP) pre_dump()</title>
<link>http://snipplr.com/view/23152/predump/</link>
<description><![CDATA[ <p>A function for quicly echo'ing "< pre> " around a var_dump of a variable</p> ]]></description>
<pubDate>Sun, 15 Nov 2009 08:05:23 GMT</pubDate>
<guid>http://snipplr.com/view/23152/predump/</guid>
</item>
<item>
<title>(PHP) php trim alle elements in an array</title>
<link>http://snipplr.com/view/23119/php-trim-alle-elements-in-an-array/</link>
<description><![CDATA[ <p>A function i made for running trim on all elements in an array</p> ]]></description>
<pubDate>Sat, 14 Nov 2009 14:25:15 GMT</pubDate>
<guid>http://snipplr.com/view/23119/php-trim-alle-elements-in-an-array/</guid>
</item>
</channel>
</rss>