<?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>Sat, 24 Jul 2010 05:58:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 from MySQL [...]]]></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.

&#60;?php

$db =&#38; JFactory::getDBO(); //Returns a reference to the global database object
echo &#34;Database prefix is : &#34; . $db-&#62;getPrefix();
 //output will be something like this Database prefix is : jos_

?&#62;






		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/get-database-prefix/feed/</wfw:commentRss>
		<slash:comments>0</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 component path /Joomla/components/com_example
JPATH_COMPONENT_ADMINISTRATOR — sets the backend [...]]]></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 ‘urmagentodirectory/app/etc’
4) In ‘config.xml’ there [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/connect-database-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
