<?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>Learn PHP &#124; Learn CSS &#124; Learn Javascript &#124; Gmail contact importer &#124;  Yahoo contact importer &#124;  Hotmail contact importer &#187; cakephp</title>
	<atom:link href="http://php.vidhyapith.com/index.php/category/php/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.vidhyapith.com</link>
	<description>PHP</description>
	<lastBuildDate>Fri, 12 Feb 2010 11:47: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>learn cakephp in 3 hours</title>
		<link>http://php.vidhyapith.com/index.php/2009/08/learn-cakephp-in-3-hours/</link>
		<comments>http://php.vidhyapith.com/index.php/2009/08/learn-cakephp-in-3-hours/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:07:46 +0000</pubDate>
		<dc:creator>Elfin Ruler</dc:creator>
				<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://php.vidhyapith.com/?p=174</guid>
		<description><![CDATA[File Name and Location in Area Type of Process Application. Model: Handles all database functions, app/models/ {Model name}.php View: Handles the presentation layer and displays, app/views/ {Controller Including Ajax output name}/ {View name}.ctp Controller: Handles all logic and requests app/controllers/ {Controller Name} _controller.php How to start application? -First Decide which application you want make -i.e [...]]]></description>
		<wfw:commentRss>http://php.vidhyapith.com/index.php/2009/08/learn-cakephp-in-3-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and Running CakePHP on your pc or server</title>
		<link>http://php.vidhyapith.com/index.php/2009/08/installing-and-running-cakephp-on-your-pc-or-server/</link>
		<comments>http://php.vidhyapith.com/index.php/2009/08/installing-and-running-cakephp-on-your-pc-or-server/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:21:08 +0000</pubDate>
		<dc:creator>Elfin Ruler</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[Installing and Running CakePHP on your pc or server]]></category>

		<guid isPermaLink="false">http://php.vidhyapith.com/?p=29</guid>
		<description><![CDATA[A Simple Start: Running Cake on a Localhost Environment Before you begin running Cake, you will need the following already working on your localhost (see Appendix A for more details about installing these components): • Apache server with mod_rewrite • PHP 4.3.2 or greater • MySQL (Cake does support PostgreSQL, Microsoft SQL Server 2000, Firebird, [...]]]></description>
		<wfw:commentRss>http://php.vidhyapith.com/index.php/2009/08/installing-and-running-cakephp-on-your-pc-or-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction of cakephp</title>
		<link>http://php.vidhyapith.com/index.php/2009/08/introduction-of-cakephp/</link>
		<comments>http://php.vidhyapith.com/index.php/2009/08/introduction-of-cakephp/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:17:15 +0000</pubDate>
		<dc:creator>Elfin Ruler</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[Introduction of cakephp]]></category>

		<guid isPermaLink="false">http://php.vidhyapith.com/?p=27</guid>
		<description><![CDATA[Model-View-Controller Cake enforces an MVC structure for your web applications. Basically, it effectively separates typical operations into specific areas: models for all your database interaction, views for all your output and displays, and controllers for all your commands/scripts for input and program flow. The typical PHP application mixes each of these three functions in the [...]]]></description>
		<wfw:commentRss>http://php.vidhyapith.com/index.php/2009/08/introduction-of-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
