<?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>AznGeek &#187; php</title>
	<atom:link href="http://www.azngeek.de/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.azngeek.de</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 19:57:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Statische Methoden vs. Methoden vs. Funktionen</title>
		<link>http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen</link>
		<comments>http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen#comments</comments>
		<pubDate>Wed, 11 Feb 2009 13:52:40 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=201</guid>
		<description><![CDATA[Image via Wikipedia Neulich beim refaktorieren: Ich iteriere ein Array und bei einem bestimmten Index führe ich eine bestimmte Aktion aus. Wie führe ich die Aktion aus, als statische Methode, als Methode nach einer Objektinstanzierung oder als Funktion.Man weiss ja &#8230; <a href="http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Igniter &#8211; PHP Framework</title>
		<link>http://www.azngeek.de/entwicklung/php/code-igniter-php-framework</link>
		<comments>http://www.azngeek.de/entwicklung/php/code-igniter-php-framework#comments</comments>
		<pubDate>Sat, 07 Feb 2009 02:19:48 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Model-view-controller]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=198</guid>
		<description><![CDATA[Image by guspim via Flickr CodeIgniter ist ein Open Source Web Application Framework für das Entwickeln von dynamischen Webseiten mit PHP. Wie jedes andere Framework verspricht CodeIgniter das schnelle Entwickeln von Applikationen. CodeIgniter selber versteht sich als MVC-Framework und teilt &#8230; <a href="http://www.azngeek.de/entwicklung/php/code-igniter-php-framework">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/code-igniter-php-framework/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apache 2, PHP und MySQL unter Ubuntu installieren</title>
		<link>http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren</link>
		<comments>http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren#comments</comments>
		<pubDate>Mon, 22 Dec 2008 11:56:04 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Apache HTTP Server]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[modrewrite]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Sudo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=122</guid>
		<description><![CDATA[Apache 2, PHP und MySQL unter Ubuntu installieren Buchempfehlungen Das folgende Tutorial bezieht sich auf meine Kenntnisse ich ich im Laufe der Zeit erworben habe. Dabei lerne ich jeden Tag etwas dazu und recherchiere viel, insbesondere aber habe ich die &#8230; <a href="http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Xdebug in Zend Studio for Eclipse freischalten</title>
		<link>http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten</link>
		<comments>http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten#comments</comments>
		<pubDate>Thu, 04 Dec 2008 22:47:08 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Apache HTTP Server]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Integrated development environment]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Zend Studio]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=87</guid>
		<description><![CDATA[Image by CalEvans via Flickr Xdebug ist eine mächtige Erweiterung für den Apache Webserver. Es handelt sich im Grunde genommen um einen Profiler und Debugger für PHP Skripte. Mit Xdebug lassen sich so tolle Sachen machen wie zum Beispiel den &#8230; <a href="http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPath und Namespaces Problem</title>
		<link>http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem</link>
		<comments>http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:28:53 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=81</guid>
		<description><![CDATA[XPath ist ja eine ganz tolle Sache, wenn es doch mal auch funktionieren würde wie man es sich so wünscht. Für die tägliche Arbeit ist XPath zum Teil aber mehr Frust als Vergnügen, denn oftmals funktioniert XPath anscheinend nicht. Im &#8230; <a href="http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug und FirePHP im Zend Framework</title>
		<link>http://www.azngeek.de/entwicklung/php/firebug-und-firephp-im-zend-framework</link>
		<comments>http://www.azngeek.de/entwicklung/php/firebug-und-firephp-im-zend-framework#comments</comments>
		<pubDate>Wed, 03 Sep 2008 13:40:21 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=53</guid>
		<description><![CDATA[Mit Firebug ist es ja bekanntlich möglich, Webseiten clientseitig zu debuggen. Wollte man bisher PHP Anwendungen debuggen, führte kaum ein Weg an xdebug und Co. vorbei. Für generische PHP Logs gab es ja inzwischen schon das FirePHP Addon, welches es &#8230; <a href="http://www.azngeek.de/entwicklung/php/firebug-und-firephp-im-zend-framework">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/firebug-und-firephp-im-zend-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XAMPP Ordner werden nicht angezeigt</title>
		<link>http://www.azngeek.de/administration/apache-administration/xampp_ordner_werden_nicht_angezeigt</link>
		<comments>http://www.azngeek.de/administration/apache-administration/xampp_ordner_werden_nicht_angezeigt#comments</comments>
		<pubDate>Thu, 24 Jul 2008 11:56:21 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=41</guid>
		<description><![CDATA[Bei einer neuen XAMPP Installation kommt es oft vor, dass einige Ordner nicht im Browser angezeigt werden. Das hat einfach damit zu tun, dass das mod_rewrite module nicht aktiviert ist.  <a href="http://www.azngeek.de/administration/apache-administration/xampp_ordner_werden_nicht_angezeigt">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/administration/apache-administration/xampp_ordner_werden_nicht_angezeigt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluent Interfaces in PHP</title>
		<link>http://www.azngeek.de/entwicklung/php/fluent-interfaces-in-php</link>
		<comments>http://www.azngeek.de/entwicklung/php/fluent-interfaces-in-php#comments</comments>
		<pubDate>Tue, 20 May 2008 14:54:05 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=28</guid>
		<description><![CDATA[Seit PHP 5 gibt es die Möglichkeit ein von einer Methode zurückgegebenes Objekt direkt zu referenzieren. Was das bringt zeig ich in diesem kleinen How To. Ich benutze das ziemlich oft um den Code etwas schlanker zu halten. Zuerst die &#8230; <a href="http://www.azngeek.de/entwicklung/php/fluent-interfaces-in-php">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/fluent-interfaces-in-php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

