<?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>壞蛋的部落格 &#187; Netbeans</title>
	<atom:link href="http://www.pigo.idv.tw/archives/tag/netbeans/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pigo.idv.tw</link>
	<description>嘿嘿嘿嘿 .....</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>介紹 Netbeans 執行 PHPUnit (單元測試)</title>
		<link>http://www.pigo.idv.tw/archives/617</link>
		<comments>http://www.pigo.idv.tw/archives/617#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:12:01 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[PHPUnit]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=617</guid>
		<description><![CDATA[前言 Netbeans 6.8 出來之後 , 我覺得已經非常好用了 , 尤其在程式碼的自動完成的方面已經改成和 Zend Studio 一樣 , 不需要按甚麼 ALT+J 了 , 而且 Netbeans 的反應速度就是比 Zend Studio 來的快 , 現在我也都改用 Netbeans 了 , 而本篇是稍微介紹一下如何用 Netbeans 來執行 PHP 的單元測試 PHPUnit 介紹 PHPUnit 其實是個 PHP 寫成的 Framework , 主要功能就是自動對我們所寫的PHP程式做輸入輸出的檢查 程式寫久的人應該都知道動一髮牽全身的道理 , 我自己也常常更動了某個物件的程式碼之後 , 結果很多相關連的物件或網頁就跟著就出錯了 , 但我們不可能每次更動程式之後 , 就去用瀏覽器慢慢的測試可能發生的狀況 , 人的記憶有限 , 誰會知道這個物件有那些網頁會用到 , [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/617/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>phpDoc 1.4 新增的 @property 及 @method</title>
		<link>http://www.pigo.idv.tw/archives/318</link>
		<comments>http://www.pigo.idv.tw/archives/318#comments</comments>
		<pubDate>Sat, 06 Jun 2009 08:34:29 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Netbeans]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=318</guid>
		<description><![CDATA[PHP 有所謂的 Magic Method ( 不是魔術喔) , 例如 __get() , __call() 這類的就是叫 magic method , 使用這類的 magic method 雖然很方便 , 但使用 IDE 之類的編輯器無法做出自動完成 , 反而程式越大的時候越搞不清楚這個物件中有那些屬性或方法 最近有去喵一下 phpDoc 官網 , 原來版本已經到了 1.4 了 , 而 1.4 版就針對了 magic method 提出了兩個新 tag 分別為 @property 及@method @property 主要是對應 __get() 及 __set() 的文件說明 ,&#160; 而另外還有 @property-read 及 @property-write @method [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/318/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

