<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bestlong 怕失憶論壇 - PHP</title>
    <link>http://www.bestlong.idv.tw/forum.php?mod=forumdisplay&amp;fid=14</link>
    <description>Latest 20 threads of PHP</description>
    <copyright>Copyright(C) bestlong 怕失憶論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 04 Jun 2026 03:24:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bestlong.idv.tw/static/image/common/logo_88_31.gif</url>
      <title>bestlong 怕失憶論壇</title>
      <link>http://www.bestlong.idv.tw/</link>
    </image>
    <item>
      <title>適合開發 PHP 程式的 IDE (整合開發環境)</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4791</link>
      <description><![CDATA[個人覺得目前 NetBeans 是個很不錯的選擇，免費又不肥]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Fri, 21 Jun 2013 15:39:25 +0000</pubDate>
    </item>
    <item>
      <title>Phing 仿照 Apache ant 的 PHP 專案建構佈署工具</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4658</link>
      <description><![CDATA[http://www.phing.info/

在 Java 有 Apache ant 工具，將一連串的人工操作流程給程式化標準化，提高了開發人員的生產力。

而 PHP 也有以 ant 的設計概念為基礎的建構佈署工具 Phing

配合 PHPUnit 做到自動化測試
配合 PhpDocumentor 做到文件生成
自動佈署...
 ...]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Fri, 26 Apr 2013 14:26:47 +0000</pubDate>
    </item>
    <item>
      <title>SYSTEM WARNING: require_once(): Unable to allocate memory for pool.</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=788</link>
      <description><![CDATA[主機上跑了很多 PHP 系統, 忽然間出現這個紅色警告訊息:

SYSTEM WARNING: require_once(): Unable to allocate memory for pool.

結果是 apc 記憶體不夠用, 若是系統 RAM 夠大可以修改設定加大.

請修改 /etc/php.d/apc.ini 設定檔:

將 apc.shm_size=64M
改成 apc.sh ...]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Mon, 01 Nov 2010 05:09:51 +0000</pubDate>
    </item>
    <item>
      <title>PHP框架 - Agavi</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=779</link>
      <description><![CDATA[Agavi is a powerful, scalable PHP5 application framework that follows the MVC paradigm. It enables developers to write clean, maintainable and extensible code. Agavi puts choice and freedom over limi ...]]></description>
      <category>PHP</category>
      <author>bestlong</author>
<enclosure url="http://www.bestlong.idv.tw/data/attachment/forum/forumid_14/10101611209f9d7c48c4605144.png" length="4059" type="image/jpeg" />      <pubDate>Sat, 16 Oct 2010 03:28:54 +0000</pubDate>
    </item>
    <item>
      <title>phpThumb 可以幫你做縮圖</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=729</link>
      <description><![CDATA[PHP thumbnail generator. Optional resizing, cropping, watermarking, unsharp mask sharpening, rotating, caching, borders. GIF reading with/without GD support. EXIF thumbnails can be extracted and/or used for large-source support. Works with any GD ver ...]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Sat, 29 May 2010 09:14:07 +0000</pubDate>
    </item>
    <item>
      <title>TCPDF 一個建立 PDF 文件的 PHP Class</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=665</link>
      <description><![CDATA[TCPDF is an Open Source PHP class for generating PDF documents.

TCPDF supports TrueTypeUnicode (UTF-8 Unicode), OpenTypeUnicode, TrueType, OpenType, Type1, CID-0 and Core (standard) fonts.



http://www.tcpdf.org/
http://sourceforge.net/projects/t]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Sun, 14 Mar 2010 07:47:10 +0000</pubDate>
    </item>
    <item>
      <title>如何在 PHP 產生 PDF 文件</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=592</link>
      <description><![CDATA[想要在 PHP 建立 PDF 文件，可以在系統中安裝 PDFLib 這個 Library。

PDFLib http://www.pdflib.com/products/pdflib-family/


若無法在系統中安裝的話，可以使用 FPDF 這個 PHP Class 來處理。

FPDF http://www.fpdf.org/ ...]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Wed, 05 Mar 2008 03:22:17 +0000</pubDate>
    </item>
    <item>
      <title>IIS + PHP 手動安裝手冊</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=553</link>
      <description><![CDATA[想要讓 XP 環境的 IIS 支援 PHP
可以採用手動安裝，程序如下

1. 到 www.php.net 下載 Windows Binaries PHP x.x.x zip package。
2. 將下載的壓縮檔解壓縮到 C:\PHP 下，可以看到目錄中有 php.exe 以及其他程式與子目錄。
3. 設定系統變數在 Path 增加 C:\PHP 路徑。
4 ...]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Wed, 24 Oct 2007 08:45:13 +0000</pubDate>
    </item>
    <item>
      <title>安裝 IIS,PHP,MySQL 執行 phpMyAdmin 出現無法載入 mysql 模組問題</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=515</link>
      <description><![CDATA[在 XP 的 IIS 環境下安裝 PHP 與 MySQL 然後進入 phpMyAdmin 後出現下列錯誤訊息：



建立這樣的環境不下百次的我，這個問題還是第一次碰到。

檢查了 php.ini 設定中extension_dir = &quot;C:\php-5.2.2\ext\&quot; 設定是正確的，以及 extension=php_mysql.dll 註解確定有拿掉 ...]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Fri, 08 Jun 2007 01:21:17 +0000</pubDate>
    </item>
    <item>
      <title>PHP 的 DataGrid</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=330</link>
      <description><![CDATA[http://phpgrid.com/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Mon, 22 Jan 2007 03:41:52 +0000</pubDate>
    </item>
    <item>
      <title>PHP 樣板引擎 - TemplatePower</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=291</link>
      <description><![CDATA[http://templatepower.codocad.com/

中文教學資料
http://www.php5.idv.tw/documents/TemplatePower-ref.htm]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Fri, 17 Nov 2006 14:19:57 +0000</pubDate>
    </item>
    <item>
      <title>Five common PHP design patterns</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=253</link>
      <description><![CDATA[http://www-128.ibm.com/developerworks/library/os-php-designptrns/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Thu, 02 Nov 2006 16:06:26 +0000</pubDate>
    </item>
    <item>
      <title>PHP 加速器 - eAccelerator</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=220</link>
      <description><![CDATA[http://eaccelerator.sourceforge.net/
http://eaccelerator.net/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Sat, 14 Oct 2006 11:06:45 +0000</pubDate>
    </item>
    <item>
      <title>PHP框架 - Akelos</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=206</link>
      <description><![CDATA[http://www.akelos.org/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Sat, 07 Oct 2006 02:11:19 +0000</pubDate>
    </item>
    <item>
      <title>建立購物車系統的教程 - PHP MySQL Shopping Cart Tutorial</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=205</link>
      <description><![CDATA[http://www.phpwebcommerce.com/

線上學習如何用 PHP MySQL 建立一個購物車系統的教程]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Sat, 07 Oct 2006 02:05:53 +0000</pubDate>
    </item>
    <item>
      <title>Good PHP Tutorials</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=204</link>
      <description><![CDATA[http://www.goodphptutorials.com/

不錯的 PHP 教學網站]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Sat, 07 Oct 2006 01:59:18 +0000</pubDate>
    </item>
    <item>
      <title>設計安全的 PHP 系統</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=200</link>
      <description><![CDATA[PHP 安全協會
http://phpsec.org/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Thu, 05 Oct 2006 06:45:03 +0000</pubDate>
    </item>
    <item>
      <title>PHP框架 - Symfony</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=179</link>
      <description><![CDATA[http://www.symfony-project.com/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Thu, 21 Sep 2006 14:51:18 +0000</pubDate>
    </item>
    <item>
      <title>PHP框架 - CakePHP</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=178</link>
      <description><![CDATA[http://www.cakephp.org/

CakePHP 中文手冊
http://www.ezluk.org/
http://cakephp.nirvanastudio.org/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Thu, 21 Sep 2006 14:49:00 +0000</pubDate>
    </item>
    <item>
      <title>PHP框架 - Zend Framework</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=177</link>
      <description><![CDATA[http://framework.zend.com/]]></description>
      <category>PHP</category>
      <author>bestlong</author>
      <pubDate>Thu, 21 Sep 2006 14:48:16 +0000</pubDate>
    </item>
  </channel>
</rss>