<?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>ForDevs &#187; PHP</title>
	<atom:link href="http://www.fordevs.com/category/programming/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +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>Encrypting string value using MD5 in PHP</title>
		<link>http://www.fordevs.com/2008/11/encrypting-text-value-using-md5-in-php.html</link>
		<comments>http://www.fordevs.com/2008/11/encrypting-text-value-using-md5-in-php.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 15:14:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/encrypting-string-value-using-md5-in-php.html</guid>
		<description><![CDATA[The md5 method is used to convert the string value into md5 value.The syntax is, string md5 ( string $str [, bool $raw_output ] ) Parameters str : The string.raw_output : If the optional raw_output is set to TRUE, then the md5 digest is instead returned in raw binary format with a length of 16. [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/encrypting-text-value-using-md5-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Configuration in CakePHP</title>
		<link>http://www.fordevs.com/2008/11/database-configuration-in-cakphp_09.html</link>
		<comments>http://www.fordevs.com/2008/11/database-configuration-in-cakphp_09.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 06:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/database-configuration-in-cakephp.html</guid>
		<description><![CDATA[Step 1: Open the directory &#8220;/root/app/config/&#8221;Step 2: Rename the &#8220;database.php.default&#8221; into &#8220;database.php&#8221;Step 3: Open the file, that contain the default variable as shown below. Change the array variable values var $default = array(&#8216;driver&#8217; => &#8216;mysql&#8217;,&#8216;connect&#8217; => &#8216;mysql_connect&#8217;,&#8216;host&#8217; => &#8216;localhost&#8217;,&#8216;login&#8217; => &#8216;user&#8217;,&#8216;password&#8217; => &#8216;password&#8217;,&#8216;database&#8217; => &#8216;project_name&#8217;,&#8216;prefix&#8217; => &#8221;); driver : This can be mysql, postgres, sqlite, [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/database-configuration-in-cakphp_09.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Files and Folder Structure</title>
		<link>http://www.fordevs.com/2008/11/cakephp-files-and-folder-structure.html</link>
		<comments>http://www.fordevs.com/2008/11/cakephp-files-and-folder-structure.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 21:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[File]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/cakephp-files-and-folder-structure.html</guid>
		<description><![CDATA[When you unpack Cake on your server you will find four folders &#8211; app, cake, tmp and vendors. The cake folder is where the core libraries for Cake lay and you generally won&#8217;t ever need to touch them unless you want to do some customization to Cake itself. The app is where your application specific [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/cakephp-files-and-folder-structure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Installing CakePHP?</title>
		<link>http://www.fordevs.com/2008/11/how-to-installing-cakephp.html</link>
		<comments>http://www.fordevs.com/2008/11/how-to-installing-cakephp.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 21:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/how-to-installing-cakephp.html</guid>
		<description><![CDATA[Step 1 : Getting the most recent stable versionTo install Cake PHP you first need to download the latest stable version from the CakePHP website at www.cakephp.org, once at the website click on Downloads > Release.Download link : http://cakephp.org/downloads/index/nightly/1.2.x.x Step 2: UnpackingNow that you&#8217;ve downloaded the most recent release, place that compressed package on your [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/how-to-installing-cakephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Features of CakePHP</title>
		<link>http://www.fordevs.com/2008/11/features-of-cakephp.html</link>
		<comments>http://www.fordevs.com/2008/11/features-of-cakephp.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 21:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/features-of-cakephp.html</guid>
		<description><![CDATA[Like Rails, CakePHP makes it easier for the user to interface with the database with active records. It also encourages use of the model-view-controller architectural pattern. Active, friendly community Flexible licensing Compatible with PHP4 and PHP5 Integrated CRUD(Create, Read, Update &#38; Delete) for database and simplified querying MVC architecture Request dispatcher with clean, custom URLs [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/features-of-cakephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History of CakePHP</title>
		<link>http://www.fordevs.com/2008/11/history-of-cakephp.html</link>
		<comments>http://www.fordevs.com/2008/11/history-of-cakephp.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 21:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/history-of-cakephp.html</guid>
		<description><![CDATA[CakePHP started in 2005, when Ruby on Rails was gaining popularity. The community has since grown and spawned several sub-projects. CakePHP is not a port of Ruby on Rails to PHP, but appropriates many of its useful concepts. The Mambo Foundation announced in 2007 that it would utilize the CakePHP framework for future versions of [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/history-of-cakephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is CakePHP?</title>
		<link>http://www.fordevs.com/2008/11/what-is-cakephp.html</link>
		<comments>http://www.fordevs.com/2008/11/what-is-cakephp.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 21:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/what-is-cakephp.html</guid>
		<description><![CDATA[CakePHP is a free, open source, rapid development framework written in PHP. A structure of libraries, classes and run-time infrastructure for programmers creating web applications inspired originally by Ruby on Rails framework. The primary goal is to enable you to work in a structured and rapid manner–without loss of flexibility.]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/what-is-cakephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Server-side scripting?</title>
		<link>http://www.fordevs.com/2008/10/what-is-server-side-scripting.html</link>
		<comments>http://www.fordevs.com/2008/10/what-is-server-side-scripting.html#comments</comments>
		<pubDate>Mon, 27 Oct 2008 11:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/what-is-server-side-scripting.html</guid>
		<description><![CDATA[Server-side scripting is a web server technology where the script runs directly on the web server to generate dynamic HTML pages.While client-side scripting runs by the viewing browser. Server-side scripting Provide’s security since your server code cannot be viewed from a browser.With server-side scripting,you can Dynamically edit, change or add any content to a Web [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/what-is-server-side-scripting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
