<?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>Fritz Thomas &#187; console</title>
	<atom:link href="http://fritzthomas.com/tags/console/feed/" rel="self" type="application/rss+xml" />
	<link>http://fritzthomas.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2010 15:41:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FirePHP: Aus PHP in die Firebug Console loggen</title>
		<link>http://fritzthomas.com/php/220-firephp-aus-php-in-die-firebug-console-loggen/</link>
		<comments>http://fritzthomas.com/php/220-firephp-aus-php-in-die-firebug-console-loggen/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 09:18:22 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[debuggen]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firephp]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=220</guid>
		<description><![CDATA[Christoph Dorn hat eine interessante Erweiterung für Firebug veröffentlicht. FirePHP ermöglicht es aus PHP Code direkt in die Firebug Console zu loggen. Die Daten werden dabei aber nicht irgendwie im Quellcode versteckt und von der Erweiterung ausgewertet, sondern werden mittels HTTP Header übertragen: Aufgrund dieser Tatsache ist es das ideale Tool um Ajax Request zu [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://christophdorn.com/">Christoph Dorn</a> hat eine interessante Erweiterung für <a href="http://www.getfirebug.com/">Firebug</a> veröffentlicht. <a href="http://www.firephp.org/">FirePHP</a> ermöglicht es <a href="http://www.firephp.org/">aus PHP Code direkt in die Firebug Console zu loggen</a>.</p>
<p><a href="http://fritzthomas.com/php/220-firephp-aus-php-in-die-firebug-console-loggen/"><img class="alignnone size-thumbnail wp-image-222" title="firephp-console" src="http://fritzthomas.com/wp-content/uploads/2008/04/firephp-console-120x78.png" alt="" width="120" height="78" /></a></p>
<p><span id="more-220"></span></p>
<p><div style="width:100%;text-align:center;padding:0;margin:0;border:0;overflow:hidden;clear:both;"><script type="text/javascript"><!--
google_ad_client = "pub-1963733382421272";
google_ui_features = "rc:0";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_alternate_ad_color = "ffffff";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "319BD8";
google_color_text = "666666";
google_color_url = "319BD8";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
Die Daten werden dabei aber nicht irgendwie im Quellcode versteckt und von der Erweiterung ausgewertet, sondern werden mittels HTTP Header übertragen:</p>
<p><a rel="attachment wp-att-221" href="http://fritzthomas.com/php/220-firephp-aus-php-in-die-firebug-console-loggen/attachment/firephp-x-firephp-data/"><img class="alignnone size-medium wp-image-221" title="firephp-x-firephp-data" src="http://fritzthomas.com/wp-content/uploads/2008/04/firephp-x-firephp-data-420x276.png" alt="" width="420" height="276" /></a><br />
<div style="width:100%;text-align:center;padding:0;margin:0;border:0;overflow:hidden;clear:both;"><script type="text/javascript"><!--
google_ad_client = "pub-1963733382421272";
google_ui_features = "rc:0";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_alternate_ad_color = "ffffff";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "319BD8";
google_color_text = "666666";
google_color_url = "319BD8";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><br />
Aufgrund dieser Tatsache ist es das ideale Tool um Ajax Request zu debuggen ohne den Response Body (Json, XML) und so auch die übermittelten Daten zu zerstören.</p>
<p>Zusätlich hat er für das Zend Framework einen Zend_Log_Writer  geschrieben. Die Erweiterung ( 	 	 		<a href="http://www.firephp.org/">Zend_Log_Writer_FirePHP.php</a>) kann ebenfalls von der FirePHP Seite heruntergeladen werden.</p>
<p><a rel="attachment wp-att-223" href="http://fritzthomas.com/php/220-firephp-aus-php-in-die-firebug-console-loggen/attachment/firephp-server/"><img class="alignnone size-medium wp-image-223" title="firephp-server" src="http://fritzthomas.com/wp-content/uploads/2008/04/firephp-server-420x292.png" alt="" width="420" height="292" /></a></p>
<p><a rel="attachment wp-att-222" href="http://fritzthomas.com/php/220-firephp-aus-php-in-die-firebug-console-loggen/attachment/firephp-console/"><img class="alignnone size-medium wp-image-222" title="firephp-console" src="http://fritzthomas.com/wp-content/uploads/2008/04/firephp-console-420x275.png" alt="" width="420" height="275" /></a></p>

	Tags: <a href="http://fritzthomas.com/tags/ajax/" title="ajax" rel="tag">ajax</a>, <a href="http://fritzthomas.com/tags/console/" title="console" rel="tag">console</a>, <a href="http://fritzthomas.com/tags/debuggen/" title="debuggen" rel="tag">debuggen</a>, <a href="http://fritzthomas.com/tags/firebug/" title="firebug" rel="tag">firebug</a>, <a href="http://fritzthomas.com/tags/firephp/" title="firephp" rel="tag">firephp</a>, <a href="http://fritzthomas.com/tags/php/" title="PHP" rel="tag">PHP</a>, <a href="http://fritzthomas.com/tags/zend-framework/" title="Zend Framework" rel="tag">Zend Framework</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/php/295-profiling-database-querys-and-show-it-in-firebug-consol/" title="Profiling Database Querys and show it in FireBug Console (October 16, 2008)">Profiling Database Querys and show it in FireBug Console</a> (0)</li>
	<li><a href="http://fritzthomas.com/php/zend-framework/257-zend-framework-16-final-new-features/" title="Zend Framework 1.6 Final New Features (September 3, 2008)">Zend Framework 1.6 Final New Features</a> (0)</li>
	<li><a href="http://fritzthomas.com/php/10-zend_layout-zend_view_enhanced/" title="Zend_Layout, Zend_View_Enhanced (December 16, 2007)">Zend_Layout, Zend_View_Enhanced</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/php/220-firephp-aus-php-in-die-firebug-console-loggen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
