<?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>PDT &#8211; 記下來</title>
	<atom:link href="https://noter.tw/tag/pdt/feed/" rel="self" type="application/rss+xml" />
	<link>https://noter.tw</link>
	<description>一路上踩到的坑、遇到的問題，一點一滴記下來，希望能幫助到需要的人~</description>
	<lastBuildDate>Tue, 02 Jul 2019 05:46:56 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>

<image>
	<url>https://noter.tw/wp-content/uploads/cropped-old-1130742_1920-1-32x32.jpg</url>
	<title>PDT &#8211; 記下來</title>
	<link>https://noter.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)</title>
		<link>https://noter.tw/2539/%e5%9c%a8eclipse%e4%b8%8a%e9%96%8b%e7%99%bcphp%e7%a8%8b%e5%bc%8f%e4%bb%a5moodle%e3%80%81egit%e3%80%81pdt%e7%82%ba%e4%be%8b/</link>
					<comments>https://noter.tw/2539/%e5%9c%a8eclipse%e4%b8%8a%e9%96%8b%e7%99%bcphp%e7%a8%8b%e5%bc%8f%e4%bb%a5moodle%e3%80%81egit%e3%80%81pdt%e7%82%ba%e4%be%8b/#comments</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Wed, 19 Dec 2012 09:24:56 +0000</pubDate>
				<category><![CDATA[網頁後端]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EGit]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[PDT]]></category>
		<guid isPermaLink="false">http://wazai.net/?p=2539</guid>

					<description><![CDATA[<p>最近受命必須要研究 moodle，並且希望可以用 Eclipse 這種比較聰明的 IDE 來開發，而 moodle 本身是 PHP 寫的，之前只有使用 Eclipse 開發過 Java，這篇文章只是簡&#46;&#46;&#46;</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/2539/%e5%9c%a8eclipse%e4%b8%8a%e9%96%8b%e7%99%bcphp%e7%a8%8b%e5%bc%8f%e4%bb%a5moodle%e3%80%81egit%e3%80%81pdt%e7%82%ba%e4%be%8b/" data-wpel-link="internal">在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[<p>最近受命必須要研究 moodle，並且希望可以用 Eclipse 這種比較聰明的 IDE 來開發，而 moodle 本身是 PHP 寫的，之前只有使用 Eclipse 開發過 Java，這篇文章只是簡單記錄怎麼讓 Eclipse 可以開發 PHP 程式，並且透過 EGit 將遠端 moodle 原始碼 clone 回來！<br />
<span id="more-2539"></span></p>
<ul>
<li>
<h1><strong style="color: #000000;">環境</strong></h1>
</li>
</ul>
<p>先到 <a href="http://java.com" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">http://java.com<span class="wpel-icon wpel-image wpel-icon-6"></span></a> 下載新版的 Java 執行環境。Eclipse 非常大，不論是檔案大小或是所需要的記憶體，記憶體建議 1GB 以上。</p>
<ul>
<li>
<h1><strong>安裝Eclipse</strong></h1>
</li>
</ul>
<p>到 Eclipse 官網 (<a href="http://www.eclipse.org/downloads/" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">http://www.eclipse.org/downloads/<span class="wpel-icon wpel-image wpel-icon-6"></span></a>) 根據自己的環境選擇對應的 Eclipse (Windows, Linux, Mac, 64bit, 32bit)，下載列表會看到很多例如：Java EE, Java, C/C++ &#8230; 等，這邊只要下載&nbsp;<span style="color: #ff0000;"><strong>Eclipse Classic</strong></span> 版本即可。<br />
下載回來後的檔案是一個壓縮檔(看環境)，解壓縮後執行 Eclipse.exe，視情況在桌面建立捷徑。</p>
<ul>
<li>
<h1><strong>第一次啟動</strong></h1>
</li>
</ul>
<p>第一次啟動會要求提供工作空間(workspace)，這邊直接使用每個不同系統的預設環境就好。</p>
<ul>
<li>
<h1><strong>安裝必須的插件(Plugins)</strong></h1>
</li>
</ul>
<p>如果一開始下載的就是 Eclipse for PHP Developers 的版本，可以直接跳過此步驟。<br />
這邊每個版本的情況會不同，<span style="color: #0000ff;">參考資料1的部分無法完成</span>，<span style="color: #ff0000;">因此這邊採用參考資料2</span>。</p>
<p style="text-align: center;"><a href="https://lh4.googleusercontent.com/-J7bsNAr6_d0/UNEwxXjh5VI/AAAAAAAAEz0/Oid-GsANgug/s800/001.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img fetchpriority="high" decoding="async" title="Eclipse01" src="https://lh4.googleusercontent.com/-J7bsNAr6_d0/UNEwxXjh5VI/AAAAAAAAEz0/Oid-GsANgug/s800/001.png" alt="001 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="273" height="252"></a>&nbsp; &nbsp;&nbsp;<a href="https://lh5.googleusercontent.com/-Fl6hYb1J-1I/UNEwxfEWbLI/AAAAAAAAEz4/EWzl5fH5l3w/s800/002.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="alignnone" title="Eclipse02" src="https://lh5.googleusercontent.com/-Fl6hYb1J-1I/UNEwxfEWbLI/AAAAAAAAEz4/EWzl5fH5l3w/s800/002.png" alt="002 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="283" height="473"></a></p>
<p>從上方選單「<strong>Help</strong>」-&gt;「<strong>Install New Software&#8230;</strong>」-&gt;「<strong>Work with: Juno &#8211; http://download.eclipse.org/releases/juno (註1)</strong>」-&gt; 最下面找到「<span style="color: #ff0000;"><strong>Web, XML, Java EE and OSGi Enterprise Development</strong></span>」<br />
<a href="https://lh5.googleusercontent.com/-ErrbyQNC14c/UNEwxeD-hcI/AAAAAAAAEzw/Muaf3M9fI9g/s800/003.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse03" src="https://lh5.googleusercontent.com/-ErrbyQNC14c/UNEwxeD-hcI/AAAAAAAAEzw/Muaf3M9fI9g/s800/003.png" alt="003 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="364" height="306"></a><br />
-&gt; 勾選</p>
<pre>Eclipse Web Developer Tools
JavaScript Development Tools
PHP Development Tools (PDT) SDK Feature</pre>
<p>-&gt; 「<strong>Next &gt;</strong>」-&gt; 「<strong>Next &gt;</strong>」-&gt; 「<strong>I accept the terms of the license agreements</strong>」-&gt; 「<strong>Finish</strong>」-&gt; 完成後會重新啟動 Eclipse<br />
註1. &nbsp;juno 是 Eclipse 的版本名稱，不同版本下載回來後會有相對應的更新網址，這邊只要選 Eclipse 附帶的更新網址即可。</p>
<ul>
<li>
<h1><strong>設定 Moodle 偏好值</strong></h1>
</li>
</ul>
<p>參考資料1裡面的設定有些找不到，有些似乎沒那麼重要，就用著用著再慢慢去看要設定些什麼。</p>
<ul>
<li>
<h1><strong>安裝 EGit</strong></h1>
</li>
</ul>
<p>使用 Git 是為了讓往後版本控管比較容易一些，下載 Eclipse 的 EGit 插件。一樣到上方選單「<strong>Help</strong>」-&gt;「<strong>Install New Software&#8230;</strong>」-&gt;「<strong>Work with: Juno &#8211; http://download.eclipse.org/releases/juno</strong>」-&gt; 輸入「<span style="color: #ff0000;"><strong>git</strong></span>」<br />
<a href="https://lh6.googleusercontent.com/-yfIPUZkkWZc/UNEwyDpk4oI/AAAAAAAAEz8/C50lKxTVp8o/s800/004.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse04" src="https://lh6.googleusercontent.com/-yfIPUZkkWZc/UNEwyDpk4oI/AAAAAAAAEz8/C50lKxTVp8o/s800/004.png" alt="004 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="330" height="496"></a><br />
選擇 <span style="color: #ff0000;"><strong>Eclipse EGit</strong></span> 及 <span style="color: #ff0000;"><strong>Eclipse JGit</strong></span>，接著下一步直到完成安裝，完成安裝後系統會要求重新啟動 Eclipse。</p>
<ul>
<li>
<h1><strong>使用 EGit clone 原始碼</strong></h1>
</li>
</ul>
<p>這邊卡了一段時間，一直卡在到底是先 import project，還是先 Import Project From Git，而 Import Project From Git 後，又不允許讓他變成專案(會變成 FileSystem，而無法在 Eclipse 中使用)，後來發現原來 EGit 有自己的 Perspective，包含了平常 Git 的常用功能(參考資料3)，有用 Eclipse 開發過的話對這應該不陌生，像是 JavaEE, DDMS, JavaSE &#8230; 等等，只要切換到該 Perspective 裡面有就一些常用的 View 的組合。<br />
在 Eclipse 右上角找到一個 <span style="color: #ff0000;"><strong>Open Perspective</strong></span> 的圖案(看起來像一個視窗跟一個+符號，如下圖)，選擇 Open Perspective 視窗中的 <span style="color: #ff0000;"><strong>Git Repository Exploring</strong></span>。<br />
<a href="https://lh6.googleusercontent.com/-HRrxluEMKwE/UNF6J5XJwyI/AAAAAAAAE0o/c-rQJD9dLp4/s800/005.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse05" src="https://lh6.googleusercontent.com/-HRrxluEMKwE/UNF6J5XJwyI/AAAAAAAAE0o/c-rQJD9dLp4/s800/005.png" alt="005 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="359" height="342"></a><br />
在開啟的 <strong>Git Repository Exploring Perspective</strong> 中，左邊的<strong> Git Repositories</strong> 視窗中可以看到以下畫面， 選擇<span style="color: #ff0000;"><strong> Clone a Git repository</strong> </span>來匯入遠端已經存在的 repository。<br />
<a href="https://lh3.googleusercontent.com/-GJ0fCzqbjB8/UNF6J1AShKI/AAAAAAAAE0g/o_oIzQCtgOY/s800/006.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse06" src="https://lh3.googleusercontent.com/-GJ0fCzqbjB8/UNF6J1AShKI/AAAAAAAAE0g/o_oIzQCtgOY/s800/006.png" alt="006 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="321" height="144"></a><br />
接著輸入遠端 repository 的連線資訊。直接填寫 URI 以外的欄位，URI 欄位會根據填寫的內容自動產生。<br />
<a href="https://lh5.googleusercontent.com/-3bwzxPEtskM/UNF6J4YQCuI/AAAAAAAAE0k/XFD-Jz8w0HA/s800/007.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse07" src="https://lh5.googleusercontent.com/-3bwzxPEtskM/UNF6J4YQCuI/AAAAAAAAE0k/XFD-Jz8w0HA/s800/007.png" alt="007 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="473" height="445"></a><br />
選擇要匯入的 Branch。<br />
<a href="https://lh3.googleusercontent.com/-3xW2lQGjwFo/UNF6Kh1rLxI/AAAAAAAAE0s/AaonHR9iZSI/s800/008.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse08" src="https://lh3.googleusercontent.com/-3xW2lQGjwFo/UNF6Kh1rLxI/AAAAAAAAE0s/AaonHR9iZSI/s800/008.png" alt="008 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="473" height="445"></a><br />
選擇要存放的路徑。<br />
<a href="https://lh4.googleusercontent.com/-fZmRyUmBrXc/UNF6K7q7MDI/AAAAAAAAE00/FFi-bJLGD54/s800/009.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse09" src="https://lh4.googleusercontent.com/-fZmRyUmBrXc/UNF6K7q7MDI/AAAAAAAAE00/FFi-bJLGD54/s800/009.png" alt="009 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="473" height="445"></a><br />
開始下載 repository 的檔案。<br />
<a href="https://lh6.googleusercontent.com/-hAekrRZExec/UNF6K4BBnLI/AAAAAAAAE0w/MVVt8565g1I/s800/010.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse10" src="https://lh6.googleusercontent.com/-hAekrRZExec/UNF6K4BBnLI/AAAAAAAAE0w/MVVt8565g1I/s800/010.png" alt="010 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="419" height="277"></a><br />
完成後在 Git Repositories 視窗中可以看到所有 Git Repository 的資訊及檔案。<br />
<a href="https://lh3.googleusercontent.com/-NBcChZs-s-I/UNF8GyfqDGI/AAAAAAAAE1o/UaVncTtiagA/s800/011.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse011" src="https://lh3.googleusercontent.com/-NBcChZs-s-I/UNF8GyfqDGI/AAAAAAAAE1o/UaVncTtiagA/s800/011.png" alt="011 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="640" height="451"></a></p>
<ul>
<li>
<h1><strong>將 Git Repository 中的檔案匯入成 Project</strong></h1>
</li>
</ul>
<p>在這邊其實卡了很久，因為當時沒發現有 Git Repository Exploring Perspective，造成例如檔案會重複存在，無法 commit，無法匯入，提示目錄已存在等等的錯誤。Git Repository Exploring Perspective 也讓這些事情變得很簡單。首先在 Git Repositories 視窗中剛剛新增的 repository 點選滑鼠右鍵，選擇 <span style="color: #ff0000;"><strong>Import Projects &#8230;</strong></span><br />
<a href="https://lh4.googleusercontent.com/-yznECg9iSLQ/UNF8G-Cv9TI/AAAAAAAAE1k/oYYLL7hMhvM/s800/012.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse012" src="https://lh4.googleusercontent.com/-yznECg9iSLQ/UNF8G-Cv9TI/AAAAAAAAE1k/oYYLL7hMhvM/s800/012.png" alt="012 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="357" height="439"></a><br />
選擇最下面的 <span style="color: #ff0000;"><strong>Import as general project</strong></span>。<br />
<a href="https://lh4.googleusercontent.com/-KGm0ZKaorxA/UNF8G5zP94I/AAAAAAAAE1g/M336FD872aw/s800/013.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse013" src="https://lh4.googleusercontent.com/-KGm0ZKaorxA/UNF8G5zP94I/AAAAAAAAE1g/M336FD872aw/s800/013.png" alt="013 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="420" height="418"></a><br />
做最後確認。<br />
<a href="https://lh5.googleusercontent.com/-eAsBfZAhgco/UNF8HVsKcRI/AAAAAAAAE1w/-AHbnwfF6g4/s800/014.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse015" src="https://lh5.googleusercontent.com/-eAsBfZAhgco/UNF8HVsKcRI/AAAAAAAAE1w/-AHbnwfF6g4/s800/014.png" alt="014 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="420" height="418"></a><br />
完成後，到右上角的 Perspective 切換到 <span style="color: #ff0000;"><strong>PHP</strong></span>。<br />
<a href="https://lh4.googleusercontent.com/-wvEnQMeB3p8/UNF8HhRcXVI/AAAAAAAAE1s/iisozDUpch8/s800/015.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse016" src="https://lh4.googleusercontent.com/-wvEnQMeB3p8/UNF8HhRcXVI/AAAAAAAAE1s/iisozDUpch8/s800/015.png" alt="015 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="245" height="47"></a><br />
PHP Explorer 視窗中看到剛剛匯入的專案，每個檔案及資料夾右下方有一個黃黃的東西。<br />
<a href="https://lh4.googleusercontent.com/-T6Gubz3g3f4/UNF8Hg0klsI/AAAAAAAAE2I/M1GaESLNgO0/s800/016.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse016" src="https://lh4.googleusercontent.com/-T6Gubz3g3f4/UNF8Hg0klsI/AAAAAAAAE2I/M1GaESLNgO0/s800/016.png" alt="016 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="178" height="527"></a><br />
因為剛剛從 Git Repository 轉換成 general project(一般專案)，現在要把這整個專案轉換成 PHP 專案。在專案上點選<strong>滑鼠右鍵</strong> -&gt;<strong> Configure </strong>-&gt; <span style="color: #ff0000;"><strong>Add PHP Support &#8230;</strong></span><br />
<a href="https://lh4.googleusercontent.com/-apPfIpZiEl8/UNF8IAGO6OI/AAAAAAAAE2A/cbI-XbQr6zw/s800/017.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse017" src="https://lh4.googleusercontent.com/-apPfIpZiEl8/UNF8IAGO6OI/AAAAAAAAE2A/cbI-XbQr6zw/s800/017.png" alt="017 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="421" height="466"></a><br />
可以看到專案最下面已經加入了 PHP Libraries，到這邊基本的 Eclipse 開發 PHP 程式已經大功告成。<br />
<a href="https://lh3.googleusercontent.com/-XqSG2lwmrBk/UNF8ITn8iEI/AAAAAAAAE2E/nDPXkw8QD28/s800/018.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse018" src="https://lh3.googleusercontent.com/-XqSG2lwmrBk/UNF8ITn8iEI/AAAAAAAAE2E/nDPXkw8QD28/s800/018.png" alt="018 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="180" height="276"></a><br />
大費周章的用 Eclipse 開發的原因在於有時候變數或是 function 分散在一堆不同的檔案中，不僅除錯容易，在 trace 程式碼或是開發速度上都會有很明顯的幫助。例如：<br />
點選 ctrl 後指向 function name 或變數，就會直接開啟該 function 或該變數所在的檔案。<br />
<a href="https://lh4.googleusercontent.com/-2RJMbQ6XZdc/UNF8nbsxnVI/AAAAAAAAE2g/24g4RBfot-s/s800/019.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse19" src="https://lh4.googleusercontent.com/-2RJMbQ6XZdc/UNF8nbsxnVI/AAAAAAAAE2g/24g4RBfot-s/s800/019.png" alt="019 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="631" height="151"></a><br />
function 名稱或變數也有自動補齊的功能(<del>懶人專用</del>)。<br />
<a href="https://lh6.googleusercontent.com/--KqeK64kJk8/UNF8nYcDM3I/AAAAAAAAE2k/H_MQd-L0aok/s800/020.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse020" src="https://lh6.googleusercontent.com/--KqeK64kJk8/UNF8nYcDM3I/AAAAAAAAE2k/H_MQd-L0aok/s800/020.png" alt="020 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="575" height="295"></a><br />
游標停留在 function 或變數上不動，會出現該變數或 function 說明。<br />
<a href="https://lh5.googleusercontent.com/-ZAwSrhgIMSQ/UNGES8icd0I/AAAAAAAAE3A/rZ_JB3co3cw/s800/021.png" target="_blank" rel="noopener nofollow external noreferrer" data-wpel-link="external"><img decoding="async" class="aligncenter" title="Eclipse022" src="https://lh5.googleusercontent.com/-ZAwSrhgIMSQ/UNGES8icd0I/AAAAAAAAE3A/rZ_JB3co3cw/s800/021.png" alt="021 在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)" width="800" height="237"></a><br />
至於其他 Git 操作，之後有需要再補上！<br />
<strong>參考資料：</strong></p>
<ol>
<li>Setting up Eclipse&nbsp;@ Moodle<br />
<address><a href="http://docs.moodle.org/dev/Setting_up_Eclipse" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">http://docs.moodle.org/dev/Setting_up_Eclipse<span class="wpel-icon wpel-image wpel-icon-6"></span></a></address>
</li>
<li>Eclipse – 打造一個可以帶著走的 PHP IDE @ 莫希爾(Mosil)手札<br />
<address><a href="http://blog.mosil.biz/2012/07/eclipse-protable-ide-for-php/" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">http://blog.mosil.biz/2012/07/eclipse-protable-ide-for-php/<span class="wpel-icon wpel-image wpel-icon-6"></span></a></address>
</li>
<li>How to import a GIT non-Eclipse Java project into Eclipse? @ stackoverflow<br />
<address><a href="http://stackoverflow.com/questions/8070017/how-to-import-a-git-non-eclipse-java-project-into-eclipse" target="_blank" rel="noopener noreferrer nofollow external" data-wpel-link="external" class="wpel-icon-right">http://blog.mosil.biz/2012/07/eclipse-protable-ide-for-php/<span class="wpel-icon wpel-image wpel-icon-6"></span></a></address>
</li>
</ol>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/2539/%e5%9c%a8eclipse%e4%b8%8a%e9%96%8b%e7%99%bcphp%e7%a8%8b%e5%bc%8f%e4%bb%a5moodle%e3%80%81egit%e3%80%81pdt%e7%82%ba%e4%be%8b/" data-wpel-link="internal">在 Eclipse 上開發 PHP 程式(以 Moodle、EGit、PDT 為例)</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/2539/%e5%9c%a8eclipse%e4%b8%8a%e9%96%8b%e7%99%bcphp%e7%a8%8b%e5%bc%8f%e4%bb%a5moodle%e3%80%81egit%e3%80%81pdt%e7%82%ba%e4%be%8b/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
