<?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>PHP Interview Questions and answers&#187; Framework questions Archives  &#8211; interview questions and answers</title>
	<atom:link href="http://www.phpinterviewquestions.com/category/framework-php-interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpinterviewquestions.com</link>
	<description>Prepare for your next php based interview with high confidence</description>
	<lastBuildDate>Mon, 26 Sep 2011 08:37:10 +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>Mention two useful shorcut functions available globally in cake php</title>
		<link>http://www.phpinterviewquestions.com/framework-php-interview-questions/cakephp-useful-shorcut-fucntions/</link>
		<comments>http://www.phpinterviewquestions.com/framework-php-interview-questions/cakephp-useful-shorcut-fucntions/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 10:32:38 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Framework questions]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cakephp interview]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=421</guid>
		<description><![CDATA[Following are 2 main shortcut functions available in cakephp

// similar to print_r(), but dumps to the view and
// is disabled if debug isn't &#62; 0 in config.php
pr($anything); 

// returns the correctly internationalized plural or
// singular depending on locale.
__n($singular, $plural, $count, $return);





If you are working with CakePHP and havenâ€™t figure it out yet, itâ€™s worth looking [...]]]></description>
			<content:encoded><![CDATA[<h3>Following are 2 main shortcut functions available in cakephp</h3>
<pre class="brush: php;">
// similar to print_r(), but dumps to the view and
// is disabled if debug isn't &gt; 0 in config.php
pr($anything); 

// returns the correctly internationalized plural or
// singular depending on locale.
__n($singular, $plural, $count, $return);
</pre>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>If you are working with <a href="http://cakephp.org/" target="_blank">CakePHP </a>and havenâ€™t figure it out yet, itâ€™s worth looking through <a href="http://api.cakephp.org/view_source/basics.php" target="_blank">basics.php</a> in the API docs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/framework-php-interview-questions/cakephp-useful-shorcut-fucntions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why cakephp? interview question</title>
		<link>http://www.phpinterviewquestions.com/framework-php-interview-questions/why-cakephp-interview-question/</link>
		<comments>http://www.phpinterviewquestions.com/framework-php-interview-questions/why-cakephp-interview-question/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 06:24:17 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Framework questions]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cakephp interview]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=320</guid>
		<description><![CDATA[In an interview the interviewer asked,
Why we use cakephp? We can just have our own structure and keep developing projects without making things more complicated. Why cake?
The best answer for this question from the cakephp Cookbook is,


		

		

		
We don&#8217;t have to re-invent the wheel. Every time we sit for a new project, we have a more [...]]]></description>
			<content:encoded><![CDATA[<p>In an interview the interviewer asked,</p>
<blockquote><p>Why we use cakephp? We can just have our own structure and keep developing projects without making things more complicated. Why cake?</p></blockquote>
<p>The best answer for this question from the cakephp Cookbook is,</p>
<p><script type="text/javascript"><!--

		google_ad_client = "pub-8695027799979044";

		/* 468x15, created 3/2/10 */

		google_ad_slot = "0865002888";

		google_ad_width = 468;

		google_ad_height = 15;

		//-->

		</script>

		<script type="text/javascript"

		src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

		</script></p>
<p>We don&#8217;t have to re-invent the wheel. Every time we sit for a new project, we have a more structural way of developing the project with an already installed development environment and we just have to start our rapid application straight a way with the business logic.</p>
<p>Some of the key features the framework provides are,<br />
- MVC structure<br />
- Code generation<br />
- CRUD for database interaction<br />
- Application scaffolding<br />
- Code generation<br />
- Built-in validation<br />
- Data sanitation<br />
- Flexible casching<br />
- Localization</p>
<p>and lot <a href="http://book.cakephp.org/view/8/What-is-CakePHP-Why-Use-it" target="_blank">more&#8230;&#8230;&#8230;</a></p>
<p><code>Our primary goal is to enable you to work in a structured and rapid mannerâ€“without loss of flexibility</code> &#8211; by cakephp org.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/framework-php-interview-questions/why-cakephp-interview-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVC structure- cakephp</title>
		<link>http://www.phpinterviewquestions.com/framework-php-interview-questions/mvc-structure-cakephp-interview/</link>
		<comments>http://www.phpinterviewquestions.com/framework-php-interview-questions/mvc-structure-cakephp-interview/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 12:12:10 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Framework questions]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[cakephp interview]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=313</guid>
		<description><![CDATA[



What is meant by MVC (Model View Controller)?
MODEL VIEW CONTROLLER, is a software architecture, currently considered an architectural pattern used in software engineering.
This isolates business logic from presentation logic.
1. The Model represents the application data
2. The View renders a presentation of model data
3. The Controller handles and routes requests made by the client
]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>What is meant by MVC (Model View Controller)?</p>
<p>MODEL VIEW CONTROLLER, is a software architecture, currently considered an architectural pattern used in software engineering.<br />
This isolates business logic from presentation logic.</p>
<p>1. The Model represents the application data<br />
2. The View renders a presentation of model data<br />
3. The Controller handles and routes requests made by the client<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/framework-php-interview-questions/mvc-structure-cakephp-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is cakephp</title>
		<link>http://www.phpinterviewquestions.com/framework-php-interview-questions/what-is-cakephp/</link>
		<comments>http://www.phpinterviewquestions.com/framework-php-interview-questions/what-is-cakephp/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 10:59:46 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Framework questions]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=231</guid>
		<description><![CDATA[Cakephp is a framework which is used in rapid development. It provides an extensible architecture for developing, maintaining, and deploying applications using MVC (Model View Controller) and ORM(Object Relational Mapping) architectures. Helps developers, in less code and more flexibility.





]]></description>
			<content:encoded><![CDATA[<p>Cakephp is a framework which is used in rapid development. It provides an extensible architecture for developing, maintaining, and deploying applications using MVC (Model View Controller) and ORM(Object Relational Mapping) architectures. Helps developers, in less code and more flexibility.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<script type='text/javascript'><!--
//------
new YAHOO.widget.Tooltip("ttt870758326",
                           { context:"ctx_870758326",
                             text:"<p>Object Relational Mapping</p>",
                             width:"auto",
                             showDelay: 50 });
//------
//------
new YAHOO.widget.Tooltip("ttt901741260",
                           { context:"ctx_901741260",
                             text:"<p>Object Relational Mapping</p>",
                             width:"auto",
                             showDelay: 50 });
//------
//------
new YAHOO.widget.Tooltip("ttt276863544",
                           { context:"ctx_276863544",
                             text:"<p>Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in relational databases and object-oriented programming languages. This creates, in effect, a \"virtual object database\" that can be used from within the programming language.</p>",
                             width:"auto",
                             showDelay: 50 });
//------
//------
new YAHOO.widget.Tooltip("ttt288044949",
                           { context:"ctx_288044949",
                             text:"<p>Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in relational databases and object-oriented programming languages. This creates, in effect, a \"virtual object database\" that can be used from within the programming language.</p>",
                             width:"auto",
                             showDelay: 50 });
//------
//------
new YAHOO.widget.Tooltip("ttt308094610",
                           { context:"ctx_308094610",
                             text:"<p>Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in relational databases and object-oriented programming languages. This creates, in effect, a \"virtual object database\" that can be used from within the programming language.</p>",
                             width:"auto",
                             showDelay: 50 });
//------
//------
new YAHOO.widget.Tooltip("ttt342016217",
                           { context:"ctx_342016217",
                             text:"<p>Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in relational databases and object-oriented programming languages. This creates, in effect, a \"virtual object database\" that can be used from within the programming language.</p>",
                             width:"auto",
                             showDelay: 50 });
//------
//--></script>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/framework-php-interview-questions/what-is-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

