<?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>Decrypt Web &#187; Database</title>
	<atom:link href="http://blog.decryptweb.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:21:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Filters in Query in Magento</title>
		<link>http://blog.decryptweb.com/filters-query-magento/</link>
		<comments>http://blog.decryptweb.com/filters-query-magento/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 14:02:30 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Catalog]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=268</guid>
		<description><![CDATA[Hello All, When we are filtering data in Magento, time occurs when we want to fetch result after filters like Not equal, greater than, less than, etc. The addFieldToFilter method&#8217;s second parameter is used for this. It supports an alternate syntax where, instead of passing in a string, you pass in a single element Array. [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/filters-query-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Insert and Retrieve file with MySQL</title>
		<link>http://blog.decryptweb.com/insert-file-mysql/</link>
		<comments>http://blog.decryptweb.com/insert-file-mysql/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:30:46 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[blob]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=128</guid>
		<description><![CDATA[Some of you might be knowing that there is a functionality in MySQL database for storing files and retrieving the same. This is mainly used when we need to reduce response time for retrieving and using files in our application. I am listing here the method for inserting image file in and retrieving image file [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/insert-file-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Database Prefix</title>
		<link>http://blog.decryptweb.com/get-database-prefix/</link>
		<comments>http://blog.decryptweb.com/get-database-prefix/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:01:29 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=95</guid>
		<description><![CDATA[I am listing an example for retrieving the Joomla database prefix.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/get-database-prefix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joomla essentials</title>
		<link>http://blog.decryptweb.com/joomla-essentials/</link>
		<comments>http://blog.decryptweb.com/joomla-essentials/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:25:38 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[JPATH]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=40</guid>
		<description><![CDATA[Joomla is a very great CMS. I am listing below important variable used in joomla. JPath is used to get the directory path. DS — is used as a directory separator. JPATH_ADMINISTRATOR– Sets the path to /Joomla/administrator JPATH_BASE — sets the entry to joomla /Joomla JPATH_CACHE –Sets the cache path /Joomla/cache JPATH_COMPONENT — Sets the [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/joomla-essentials/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Connect different database from Magento</title>
		<link>http://blog.decryptweb.com/connect-database-magento/</link>
		<comments>http://blog.decryptweb.com/connect-database-magento/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:12:28 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=14</guid>
		<description><![CDATA[Some of you might have worked on Magento. I am listing here points for connecting another database from Magento. 1) Suppose your database for Magento Project is named ‘magento’. 2) There is one other database named ‘wp’. 3) For using this database inside Magento, you need to setup connection in ‘config.xml’ file which resides in [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/connect-database-magento/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

