<?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/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 04:31:00 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) 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) 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) 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>