<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FractalizeR's WebSite &#187; PHP</title>
	<atom:link href="http://www.fractalizer.ru/category/articles/php-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fractalizer.ru</link>
	<description>My site, devoted primarily to programming with my portfolio, articles, feelings etc.</description>
	<lastBuildDate>Tue, 06 Jul 2010 11:03:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Free opensource Symfony-friendly IDE: NetBeans 6.8</title>
		<link>http://www.fractalizer.ru/frpost_393/free-opensource-symfony-friendly-ide-netbeans-6-8/</link>
		<comments>http://www.fractalizer.ru/frpost_393/free-opensource-symfony-friendly-ide-netbeans-6-8/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:03:35 +0000</pubDate>
		<dc:creator>FractalizeR</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.fractalizer.ru/?p=393</guid>
		<description><![CDATA[My search for a good PHP IDE never stops My choice was Zend Studio until recently. But Zend Studio is not free and it&#8217;s free analogue &#8211; PDT &#8211; lacks some features like refactoring (PDT is also mainly developed by Zend, so, I think, Zend will always keep it low to prevent competition with Zend [...]]]></description>
		<wfw:commentRss>http://www.fractalizer.ru/frpost_393/free-opensource-symfony-friendly-ide-netbeans-6-8/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[Linux, PHP] PHP script to backup all databases</title>
		<link>http://www.fractalizer.ru/frpost_356/php-script-to-backup-all-databases/</link>
		<comments>http://www.fractalizer.ru/frpost_356/php-script-to-backup-all-databases/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 21:20:47 +0000</pubDate>
		<dc:creator>FractalizeR</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux administration]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.fractalizer.ru/?p=356</guid>
		<description><![CDATA[Hello. I&#8217;d like to share my script, which I use on some production servers for quick database backup using mysql tools. People say, that I should use bash for that, but I prefer PHP Script uses mysqldump for dumping databases and gzip for compressing backups. rm is run to ensure backups are not stored for [...]]]></description>
		<wfw:commentRss>http://www.fractalizer.ru/frpost_356/php-script-to-backup-all-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP] PHP Quine</title>
		<link>http://www.fractalizer.ru/frpost_167/php-php-quine/</link>
		<comments>http://www.fractalizer.ru/frpost_167/php-php-quine/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 12:28:24 +0000</pubDate>
		<dc:creator>FractalizeR</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[quine]]></category>

		<guid isPermaLink="false">http://www.fractalizer.ru/?p=167</guid>
		<description><![CDATA[Browing internet, I found the term of &#8220;quine&#8221; which is the program, that prints it&#8217;s exact source code. I was curious, if I am able to write such software. This is what I was able to compose: It is a small and quite simple quine, however, I spent about several hours understanding how quines work [...]]]></description>
		<wfw:commentRss>http://www.fractalizer.ru/frpost_167/php-php-quine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP, MySQL] Batch changing charset and collation on databases</title>
		<link>http://www.fractalizer.ru/frpost_162/php-mysql-batch-changing-charset-and-collation-on-databases/</link>
		<comments>http://www.fractalizer.ru/frpost_162/php-mysql-batch-changing-charset-and-collation-on-databases/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 19:51:28 +0000</pubDate>
		<dc:creator>FractalizeR</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[change charset]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[charset conversion]]></category>
		<category><![CDATA[CONVERT TO CHARACTER SET]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.fractalizer.ru/?p=162</guid>
		<description><![CDATA[Recently I needed to quickly change charset on all tables and change each field&#8217;s chanset in each table in a specific database to latin1 and collation to latin1_swedish_ci. I googled a little and found this solution by shimon doodkin. I used it and it did work, but also it attempted to change charset at MySQL [...]]]></description>
		<wfw:commentRss>http://www.fractalizer.ru/frpost_162/php-mysql-batch-changing-charset-and-collation-on-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP] Writting Custom Class Autoloader Using SPL</title>
		<link>http://www.fractalizer.ru/frpost_130/php-writting-custom-class-autoloader-using-spl/</link>
		<comments>http://www.fractalizer.ru/frpost_130/php-writting-custom-class-autoloader-using-spl/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 21:11:37 +0000</pubDate>
		<dc:creator>FractalizeR</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[autoloading]]></category>
		<category><![CDATA[FL_FLAutoloader]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php autoload]]></category>

		<guid isPermaLink="false">http://www.fractalizer.ru/?p=130</guid>
		<description><![CDATA[My approach to writting mid-to-huge applications is to put each class to separate file and autoload class files on demand to eliminate the use of include/require statements completely. Autoloading in some cases can even speed up your project (for example, my scripts rarely throw exceptions. Exception classes are loaded by demand and only in case [...]]]></description>
		<wfw:commentRss>http://www.fractalizer.ru/frpost_130/php-writting-custom-class-autoloader-using-spl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP] PDO: Wrapping and making sweet</title>
		<link>http://www.fractalizer.ru/frpost_120/php-pdo-wrapping-and-making-sweet/</link>
		<comments>http://www.fractalizer.ru/frpost_120/php-pdo-wrapping-and-making-sweet/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 20:18:55 +0000</pubDate>
		<dc:creator>FractalizeR</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FL_DB_Connection]]></category>
		<category><![CDATA[FL_DB_Exception]]></category>
		<category><![CDATA[FL_DB_RecordsetObj]]></category>
		<category><![CDATA[FR_DB]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[pdo wrapper]]></category>
		<category><![CDATA[pgo_mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://www.fractalizer.ru/?p=120</guid>
		<description><![CDATA[Now PDO is most promising database access mechanism in PHP5. However, using PDO natively is not always convinient. In this article I will suggest my own lightweight wrapper for PDO calls, which simplyfies things for me. I am PHP5 fan, so we will use all object oriented technologies this language can give us in constructing [...]]]></description>
		<wfw:commentRss>http://www.fractalizer.ru/frpost_120/php-pdo-wrapping-and-making-sweet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
