<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Practical PHP Database Wrapper: Crystal</title>
	<atom:link href="http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 12 Feb 2012 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Stefan Gabos</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-487148</link>
		<dc:creator>Stefan Gabos</dc:creator>
		<pubDate>Sun, 08 Jan 2012 08:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-487148</guid>
		<description>Have a look at Zebra_Database - an advanced, compact (one-file only), lightweight, MySQL database wrapper built upon PHP’s MySQL extension. It has a fantastic debug interface, supports transactions, and provides ways for caching query results either by saving cached data on the disk, or by using memcache. Also, has great documentation - http://stefangabos.ro/php-libraries/zebra-database/</description>
		<content:encoded><![CDATA[<p>Have a look at Zebra_Database &#8211; an advanced, compact (one-file only), lightweight, MySQL database wrapper built upon PHP’s MySQL extension. It has a fantastic debug interface, supports transactions, and provides ways for caching query results either by saving cached data on the disk, or by using memcache. Also, has great documentation &#8211; <a href="http://stefangabos.ro/php-libraries/zebra-database/" rel="nofollow">http://stefangabos.ro/php-libraries/zebra-database/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorj</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-400885</link>
		<dc:creator>Jorj</dc:creator>
		<pubDate>Thu, 22 Sep 2011 19:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-400885</guid>
		<description>Nice concept, poorly written. Static methods all over, no documentation. Non-configurable database connection parameters except that in the file it comes with so no chance to include it in existent projects. Overall :it lacks that 5% to make it usable.</description>
		<content:encoded><![CDATA[<p>Nice concept, poorly written. Static methods all over, no documentation. Non-configurable database connection parameters except that in the file it comes with so no chance to include it in existent projects. Overall :it lacks that 5% to make it usable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-117258</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-117258</guid>
		<description>Why you dont use the Php native solution PDO? It&#039;s faster than every and has already a good way to build &#039;secured&#039; query.

For instance in my framework I got something like 

query(&#039;SELECT DISTINCT * FROM toto WHERE time = ?&#039;,1243333);

query function has just 10 lines of code... Honestly your DB framework looks really &quot;big&quot; (91 files , 400Ko ... ) ....</description>
		<content:encoded><![CDATA[<p>Why you dont use the Php native solution PDO? It&#8217;s faster than every and has already a good way to build &#8216;secured&#8217; query.</p>
<p>For instance in my framework I got something like </p>
<p>query(&#8216;SELECT DISTINCT * FROM toto WHERE time = ?&#8217;,1243333);</p>
<p>query function has just 10 lines of code&#8230; Honestly your DB framework looks really &#8220;big&#8221; (91 files , 400Ko &#8230; ) &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fritz</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-107900</link>
		<dc:creator>Fritz</dc:creator>
		<pubDate>Tue, 26 Jan 2010 02:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-107900</guid>
		<description>How safe is this? In the sense of SQL injection mainly, does it protect against it in the same manner as parametrized queries do?</description>
		<content:encoded><![CDATA[<p>How safe is this? In the sense of SQL injection mainly, does it protect against it in the same manner as parametrized queries do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rusev</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-102798</link>
		<dc:creator>Martin Rusev</dc:creator>
		<pubDate>Tue, 05 Jan 2010 21:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-102798</guid>
		<description>This bug is fixed in version 0.2.3. Also I am working on a bug tracker and I will add it to the site very soon. 

Best Regards,
Martin Rusev</description>
		<content:encoded><![CDATA[<p>This bug is fixed in version 0.2.3. Also I am working on a bug tracker and I will add it to the site very soon. </p>
<p>Best Regards,<br />
Martin Rusev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-102677</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 05 Jan 2010 12:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-102677</guid>
		<description>I can&#039;t get the manipulation class to load. I keep getting Fatal error: Class &#039;Crystal_Helper&#039; not found in includes\Crystal\Crystal\Manipulation\Mysql\Create.php on line 0</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get the manipulation class to load. I keep getting Fatal error: Class &#8216;Crystal_Helper&#8217; not found in includes\Crystal\Crystal\Manipulation\Mysql\Create.php on line 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-102547</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 05 Jan 2010 01:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-102547</guid>
		<description>Looks nice. I am going to do some tests over the next few days. Thanks!</description>
		<content:encoded><![CDATA[<p>Looks nice. I am going to do some tests over the next few days. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gav</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-102472</link>
		<dc:creator>Gav</dc:creator>
		<pubDate>Mon, 04 Jan 2010 19:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-102472</guid>
		<description>Cheers Martin!! Thanks for the quick response - I have been looking for something like this for ages!! I am really impressed with everything you have done so far - I will be using this in the near future for certain..

Keep up the good work! :-)</description>
		<content:encoded><![CDATA[<p>Cheers Martin!! Thanks for the quick response &#8211; I have been looking for something like this for ages!! I am really impressed with everything you have done so far &#8211; I will be using this in the near future for certain..</p>
<p>Keep up the good work! <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Rusev</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-102457</link>
		<dc:creator>Martin Rusev</dc:creator>
		<pubDate>Mon, 04 Jan 2010 18:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-102457</guid>
		<description>Hi, I saw the problem with the fetch_all() function. You can download the 0.3 branch from github - http://github.com/martinrusev/Crystal/tree/0.3 

I am working on a fix and I will release version 0.2.2 after a few hours. 

Best regards,
Martin Rusev</description>
		<content:encoded><![CDATA[<p>Hi, I saw the problem with the fetch_all() function. You can download the 0.3 branch from github &#8211; <a href="http://github.com/martinrusev/Crystal/tree/0.3" rel="nofollow">http://github.com/martinrusev/Crystal/tree/0.3</a> </p>
<p>I am working on a fix and I will release version 0.2.2 after a few hours. </p>
<p>Best regards,<br />
Martin Rusev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gav</title>
		<link>http://www.webresourcesdepot.com/practical-php-database-wrapper-crystal/comment-page-1/#comment-102344</link>
		<dc:creator>Gav</dc:creator>
		<pubDate>Mon, 04 Jan 2010 09:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1366#comment-102344</guid>
		<description>I can&#039;t seem to get the fetchAll function to work for me.. anyone else having any similar issues..</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to get the fetchAll function to work for me.. anyone else having any similar issues..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using wincache
Page Caching using wincache (User agent is rejected)
Database Caching 3/18 queries in 0.003 seconds using wincache

Served from: www.webresourcesdepot.com @ 2012-02-13 05:02:13 -->
