<?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>tagdocs.de &#187; MVC</title>
	<atom:link href="http://www.tagdocs.de/tag/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tagdocs.de</link>
	<description>Deine tägliche Dosis Web</description>
	<lastBuildDate>Tue, 30 Aug 2011 16:30:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>dooPHP &#8211; Ein MVC-Framework in PHP</title>
		<link>http://www.tagdocs.de/2009/08/03/doophp-ein-mvc-framework-in-php/</link>
		<comments>http://www.tagdocs.de/2009/08/03/doophp-ein-mvc-framework-in-php/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 11:10:25 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.tagdocs.de/?p=1521</guid>
		<description><![CDATA[dooPHP ist ein (brand)neues MVC-Framework für PHP. Die erste Version wurde vor ziemlich genau 2 Wochen am 17.7.2009 veröffentlicht. Das Framework, welches unter der neuen BSD-Lizenz veröffentlicht wird und von sich behauptete das &#8220;schnellste MVC Framework überhaupt&#8221; zu sein bietet einige sehr interessante Features: URI-Routing I18n Internationalisierung Unterstützung für RESTful APIs Datenbank-Abstraktion und ORM AJAX-freundlich [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1522" class="wp-caption alignright" style="width: 330px"><a href="http://www.doophp.com"><img class="size-full wp-image-1522" title="dooPHP" src="http://www.tagdocs.de/wp-content/uploads/2009/08/php_doophp.jpg" alt="dooPHP" width="320" height="209" /></a><p class="wp-caption-text">dooPHP</p></div>
<p><a title="dooPHP" href="http://www.doophp.com">dooPHP</a> ist ein (brand)neues MVC-Framework für PHP.</p>
<p>Die erste Version wurde vor ziemlich genau 2 Wochen am 17.7.2009 veröffentlicht.</p>
<p>Das Framework, welches unter der neuen BSD-Lizenz veröffentlicht wird und von sich behauptete das &#8220;schnellste MVC Framework überhaupt&#8221; zu sein bietet einige sehr interessante Features:</p>
<ul>
<li>URI-Routing</li>
<li>I18n Internationalisierung</li>
<li>Unterstützung für RESTful APIs</li>
<li>Datenbank-Abstraktion und ORM</li>
<li>AJAX-freundlich</li>
<li>&#8220;Shared-Hoster&#8221; freundlich</li>
<li>uvm.</li>
</ul>
<p>Momentan ist das Framework noch (?) eine 1-Mann-Show die von Leng Sheng Hong entwickelt wird. Bleibt zu hoffen, dass sich ein Team findet (solche Projekte als Einzelkämpfer zu managen ist fast unmöglich) und das die Entwicklung so weitergeht. Vielversprechend scheint das Framework auf jeden Fall zu sein.</p>
<p>Für mich sehr interessant ist die eingebaute Unterstützung für REST APIs, da das ein Thema ist mit dem ich mich im Moment sowieso beschäftige. Und die Umsetzung in dooPHP macht einen sehr guten ersten Eindruck.</p>
<p>Vielen Dank an Peter für den Tipp.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tagdocs.de/2009/08/03/doophp-ein-mvc-framework-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MVC (Model-View-Controller Pattern) in PHP</title>
		<link>http://www.tagdocs.de/2009/04/13/mvc-model-view-controller-pattern-in-php/</link>
		<comments>http://www.tagdocs.de/2009/04/13/mvc-model-view-controller-pattern-in-php/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 11:00:57 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.tagdocs.de/?p=608</guid>
		<description><![CDATA[Da ich mich im Rahmen eines Projektes vor einiger Zeit mal damit beschäftigt habe, veröffentliche hier ein paar nützliche Links zu Artikeln die sich mit dem Model View Controller-Entwurfsmuster in PHP beschäftigen. Deutsche MVC-Artikel Thomas Lemmé &#8211; MVC mit PHP Simon Hessner &#8211; Einführung in Simons Framework Englische MVC-Artikel Joe Stump &#8211; Understanding MVC in [...]]]></description>
			<content:encoded><![CDATA[<p>Da ich mich im Rahmen eines Projektes vor einiger Zeit mal damit beschäftigt habe, veröffentliche hier ein paar nützliche Links zu Artikeln die sich mit dem Model View Controller-Entwurfsmuster in PHP beschäftigen.</p>
<h2>Deutsche MVC-Artikel</h2>
<p>Thomas Lemmé &#8211; <a title="MVC mit PHP" href="http://tutorials.lemme.at/mvc-mit-php/">MVC mit PHP</a><br />
Simon Hessner &#8211; <a title="Simon Hessner - Mein eigenes MVC-Framework-Einführung" href="http://www.net-developers.de/2008/08/17/mein-eigenes-mvc-framework-einfuhrung/">Einführung in Simons Framework</a></p>
<h2>Englische MVC-Artikel</h2>
<p>Joe Stump &#8211; <a title="Understanding MVC in PHP" href="http://www.oreillynet.com/pub/a/php/2005/09/15/mvc_intro.html">Understanding MVC in PHP</a><br />
Dennis Pallett &#8211; <a title="Simple MVC in PHP5" href="http://www.phpit.net/article/simple-mvc-php5/">Simple MVC in PHP5</a> (momentan down?)<br />
Kevin Waterson &#8211; <a title="Model View Controller MVC" href="http://www.phpro.org/tutorials/Model-View-Controller-MVC.html">Model View Controller MVC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tagdocs.de/2009/04/13/mvc-model-view-controller-pattern-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced

Served from: www.tagdocs.de @ 2012-02-05 16:22:00 -->
