<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[CodeIgniter用ChromePHP來debug[PHP]]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Mon, 04 May 2015 15:13:42 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：写PHP时特别是调试页面时，不想有额外输出，于是相应的的调试插件出现了。<br/>以前寫PHP都用var_dump來debug<br/>現在改用ChromePHP來debug<br/>ChromePHP是Chrome上的套件<br/>在Firefox上也有Firephp<br/>ChromePHP使用上也非常簡單<br/>先到chrome web store<br/>安裝ChromePHP套件<br/>在去ChromePHP官網下載ChromePhp.php檔案<br/>chromephp官網:http://www.chromephp.com/<br/>接著只有在需要用的時後<br/>include &#039;ChromePhp.php&#039;;<br/>ChromePhp::log(&#039;需要輸出的var&#039;);<br/>這樣一來就可以在Chrome控制台上的console看到輸出的訊息<br/>如果要在CodeIgniter上使用<br/>需要修改一下ChromePhp.php<br/>把用本的private function __construct()<br/>修改為public function __construct()<br/>$this-&gt;load-&gt;library(&#039;ChromePhp&#039;);<br/>$this-&gt;chromephp-&gt;log(&#039;需要輸出的var&#039;);<br/>来自：http://blog.ipushs.com/codeigniter%E7%94%A8chromephp%E4%BE%86debugphp/?replytocom=78
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] CodeIgniter用ChromePHP來debug[PHP]]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>