<?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>frameworks &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Mon, 18 Jul 2011 13:13:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Why should I use a MVC Framework ?</title>
		<link>https://www.veriteknik.net.tr/en/why-should-i-use-a-mvc-framework/</link>
					<comments>https://www.veriteknik.net.tr/en/why-should-i-use-a-mvc-framework/#respond</comments>
		
		<dc:creator><![CDATA[ckaraca]]></dc:creator>
		<pubDate>Mon, 18 Jul 2011 13:13:47 +0000</pubDate>
				<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=200</guid>

					<description><![CDATA[<p>You wanna create a web based application, you have ideas but you have no idea about where to start. That is exactly where you should start using a MVC Framework. So what is a MVC Framework ? MVC is a programming pattern that comes with 3 components. M -&#62; Model V -&#62; View C -&#62; [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/why-should-i-use-a-mvc-framework/">Why should I use a MVC Framework ?</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You wanna create a web based application, you have ideas but you have no idea about where to start.</p>
<p>That is exactly where you should start using a MVC Framework.</p>
<p><strong>So what is a MVC Framework ?</strong></p>
<p>MVC is a programming pattern that comes with 3 components.</p>
<p>M -&gt; Model</p>
<p>V -&gt; View</p>
<p>C -&gt; Controller</p>
<p>Let me explain briefly.</p>
<p><strong>Model </strong>contains database related functions. So in your <strong>Model</strong> component, you can execute database queries, read, write or any type of process that you may want.</p>
<p><strong>View </strong>contains design elements. In another way, <strong>User Interface</strong> of your application.</p>
<p><strong>Controller </strong>contains all procedures. So in your <strong>Controller</strong> you can use algorithms, logical processes and all the other things you wanna do.</p>
<p>&nbsp;</p>
<p><strong>Why should I use a MVC Framework ?</strong></p>
<p>Here are some benefits of using MVC Frameworks;</p>
<ul>
<li>Faster programming</li>
<li>Faster execution (cause it&#8217;ll be object oriented)</li>
<li>Modular applications</li>
<li>Layered programming (you can do the model parts and a colleague can do the controller parts)</li>
<li>Ready to collaborated work structure</li>
</ul>
<div><strong>OK, I wanna use a MVC Framework, which one should I prefer ?</strong></div>
<div>There are plenty of MVC Frameworks on the Internet. But I could suggest a few;</div>
<div>
<ul>
<li>CodeIgniter</li>
<li>CakePHP (inspired by Ruby on Rails)</li>
<li>YII (for large-scale web applications)</li>
<li>PHPDevShell</li>
<li>Symfony</li>
<li>Akelos</li>
<li>Prado</li>
<li>and of course Zend Framework</li>
</ul>
</div>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/why-should-i-use-a-mvc-framework/">Why should I use a MVC Framework ?</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/why-should-i-use-a-mvc-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">200</post-id>	</item>
	</channel>
</rss>
