<?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; PHP</title>
	<atom:link href="http://blog.shian.tw/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.shian.tw</link>
	<description>學習筆記 For php、jQuery、MySql、Centos、Suse、Server、CodeIgniter</description>
	<lastBuildDate>Mon, 06 Sep 2010 01:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.shian.tw/?pushpress=hub'/>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://blog.shian.tw/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>shared session in memcached</title>
		<link>http://blog.shian.tw/shared-session-in-memcached.html</link>
		<comments>http://blog.shian.tw/shared-session-in-memcached.html#comments</comments>
		<pubDate>Sun, 16 May 2010 16:00:27 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=484</guid>
		<description><![CDATA[<p>之前介紹過了<a href="http://blog.shian.tw/memcached.html" target="_blank">memcached安裝</a>以及<a href="http://blog.shian.tw/session-in-memcached.html" target="_blank">session in memcached</a>後，接下來本篇介紹在主網域下跨子網域取得同樣的session資料。針對高流量的網站必須會有好幾台web server同時上線運作，先不論用什麼方式去將使用者導去哪台server，情況一定會是使用者不管連去那台server，session資料必須要共用，否則假設使用者在server-a登入後，結果導回網站是連到server-b後卻變成是未登入。</p>
<p> <a href="http://blog.shian.tw/shared-session-in-memcached.html#more-484" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-memcached.html" title="CodeIgniter Memcached">CodeIgniter Memcached</a> (0)</li><li><a href="http://blog.shian.tw/session-in-memcached.html" title="session in memcached">session in memcached</a> (0)</li><li><a href="http://blog.shian.tw/memcached.html" title="memcached">memcached</a> (1)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/shared-session-in-memcached.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>session in memcached</title>
		<link>http://blog.shian.tw/session-in-memcached.html</link>
		<comments>http://blog.shian.tw/session-in-memcached.html#comments</comments>
		<pubDate>Sun, 09 May 2010 16:00:18 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=463</guid>
		<description><![CDATA[<p>之前介紹過memcached跟<a href="http://blog.shian.tw/memcached.html" target="_blank">安裝memcached</a>部份，對於未來需要多server以及共用session的需求，我們可以利用memcached將session存至記憶體內，好方便統一管理以及快速回應等優點，本篇將實作透過memcached將session存進記憶體內。</p>
<p> <a href="http://blog.shian.tw/session-in-memcached.html#more-463" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-memcached.html" title="CodeIgniter Memcached">CodeIgniter Memcached</a> (0)</li><li><a href="http://blog.shian.tw/shared-session-in-memcached.html" title="shared session in memcached">shared session in memcached</a> (0)</li><li><a href="http://blog.shian.tw/memcached.html" title="memcached">memcached</a> (1)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/session-in-memcached.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-delicious</title>
		<link>http://blog.shian.tw/php-delicious.html</link>
		<comments>http://blog.shian.tw/php-delicious.html#comments</comments>
		<pubDate>Sun, 18 Apr 2010 16:00:36 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[delicious]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=438</guid>
		<description><![CDATA[<p><a href="http://code.google.com/p/php-delicious/" target="_blank">php-delicious</a> 根據 <a href="http://delicious.com/help/api" target="_blank">delicious api</a> 來撰寫的，因為之前寫過一篇 <a href="http://blog.shian.tw/codeigniter-delicious-api.html" target="_blank">php delicious api</a>，覺得程式有點複雜到，所以想說乾脆自己寫一個好了，也順便練習練習。<br />
 <a href="http://blog.shian.tw/php-delicious.html#more-438" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">隨選文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/jquery-attributes.html" title="jQuery Attributes 筆記">jQuery Attributes 筆記</a> (0)</li><li><a href="http://blog.shian.tw/linux_rtorrent.html" title="Linux 安裝 rtorrent">Linux 安裝 rtorrent</a> (12)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li><li><a href="http://blog.shian.tw/tarball-mysql.html" title="Tarball MySQL">Tarball MySQL</a> (0)</li><li><a href="http://blog.shian.tw/postfix-virtual.html" title="Postfix 多重網域+虛擬帳號">Postfix 多重網域+虛擬帳號</a> (1)</li><li><a href="http://blog.shian.tw/jquery-core.html" title="jQuery Core 筆記">jQuery Core 筆記</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-delicious.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-plurk</title>
		<link>http://blog.shian.tw/php-plurk.html</link>
		<comments>http://blog.shian.tw/php-plurk.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:00:31 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=401</guid>
		<description><![CDATA[<p>最近剛好想練習寫php 的 <a href="http://php.net/manual/en/book.curl.php" target="_blank">curl</a> 程式，所以就拿連 <a href="http://www.plurk.com/API" target="_blank">Plurk API</a> 的串接來練習。因此就寫出了<a href="http://code.google.com/p/php-plurk/" target="_blank">php-plurk</a> 這library，並根據 <a href="http://www.plurk.com/API" target="_blank">Plurk API</a> 提供的名稱來定義function name。歡迎需要的人可以抓下來使用它，如有bug或是哪裡寫的不好也歡迎告知。 <a href="http://blog.shian.tw/php-plurk.html#more-401" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-captcha.html" title="Codeigniter captcha">Codeigniter captcha</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-project.html" title="CodeIgniter 多個專案目錄配置">CodeIgniter 多個專案目錄配置</a> (0)</li><li><a href="http://blog.shian.tw/mysql-to-json.html" title="Mysql to json">Mysql to json</a> (0)</li><li><a href="http://blog.shian.tw/php-excel-writer.html" title="php-excel-writer">php-excel-writer</a> (2)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li><li><a href="http://blog.shian.tw/mvc.html" title="只要MVC不要Framework">只要MVC不要Framework</a> (1)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-plurk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql to json</title>
		<link>http://blog.shian.tw/mysql-to-json.html</link>
		<comments>http://blog.shian.tw/mysql-to-json.html#comments</comments>
		<pubDate>Sun, 10 May 2009 16:00:10 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=301</guid>
		<description><![CDATA[<p>最近剛好在 <a href="http://www.phpclasses.org/" target="_blank">phpclasses</a>  裡看到有人提供 <a href="http://www.phpclasses.org/browse/package/5344.html" target="_blank">mysql_to_json</a>，這似乎是挺有趣的一個東西，在好奇之下把檔案抓來試用看看，使用相當簡單而且檔案又很小，或許之後會有用到。在php裡直接寫好條件查詢sql後再丟給這隻去回傳資料庫查到的資料，嗯…或許也是一個方式。</p>
<p> <a href="http://blog.shian.tw/mysql-to-json.html#more-301" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-captcha.html" title="Codeigniter captcha">Codeigniter captcha</a> (0)</li><li><a href="http://blog.shian.tw/mysql-report-error.html" title="MySql Report &#8211; Replication Error">MySql Report &#8211; Replication Error</a> (0)</li><li><a href="http://blog.shian.tw/php-plurk.html" title="php-plurk">php-plurk</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-project.html" title="CodeIgniter 多個專案目錄配置">CodeIgniter 多個專案目錄配置</a> (0)</li><li><a href="http://blog.shian.tw/php-excel-writer.html" title="php-excel-writer">php-excel-writer</a> (2)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mysql-to-json.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php-excel-writer</title>
		<link>http://blog.shian.tw/php-excel-writer.html</link>
		<comments>http://blog.shian.tw/php-excel-writer.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 06:10:39 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=276</guid>
		<description><![CDATA[<p><a href="http://pear.php.net/package/Spreadsheet_Excel_Writer/" target="_blank">Spreadsheet_Excel_Writer</a> 這個PEAR LIB，可以將PHP的資料輸出成Excel檔案。</p>
<p>最近剛好需要將資料庫裡的資料讓使用者下載成excel檔案，剛好這個<a href="http://pear.php.net/package/Spreadsheet_Excel_Writer/" target="_blank">Spreadsheet_Excel_Writer</a>正好可以使用，網路上已經有很多的相關文章了，這裡就記一下我使用後的筆記。 <a href="http://blog.shian.tw/php-excel-writer.html#more-276" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-captcha.html" title="Codeigniter captcha">Codeigniter captcha</a> (0)</li><li><a href="http://blog.shian.tw/php-plurk.html" title="php-plurk">php-plurk</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-project.html" title="CodeIgniter 多個專案目錄配置">CodeIgniter 多個專案目錄配置</a> (0)</li><li><a href="http://blog.shian.tw/mysql-to-json.html" title="Mysql to json">Mysql to json</a> (0)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li><li><a href="http://blog.shian.tw/mvc.html" title="只要MVC不要Framework">只要MVC不要Framework</a> (1)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php-excel-writer.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>只要MVC不要Framework</title>
		<link>http://blog.shian.tw/mvc.html</link>
		<comments>http://blog.shian.tw/mvc.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 00:00:12 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=226</guid>
		<description><![CDATA[<p>這段時間在學著使用Framework像是<a href="http://framework.zend.com/">Zend Framework</a>和<a href="http://codeigniter.org.cn/" target="_blank">CodeIgniter</a>，至於哪一個好哪一個壞就不在這多說，網路上有太多 Framework 的比較，用了Framework之後我覺得我只要單純的MVC的架構而已，需要用到一個 Framework 來綁住自己嗎？</p>
<p>雖然用Framework有很多好處像是、快速、簡單、有很多強大的LIB可以用，但是我不想被一個Framework綁住，效能也是一個原因。(其實是受了Rasmus Lerdorf的影響 XD)</p>
<p>所以打算自己做一個控制器的class來用就好，並且可以看<a href="http://framework.zend.com/">Zend Framework</a>和<a href="http://codeigniter.org.cn/" target="_blank">CodeIgniter</a>的code來學習它們是怎麼做的，另外未來如果自己需要什麼功能就看看各Framework的lib有無提供class直接抓來用，或是自己寫一個也是可以。</p>
<p> <a href="http://blog.shian.tw/mvc.html#more-226" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-project.html" title="CodeIgniter 多個專案目錄配置">CodeIgniter 多個專案目錄配置</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-captcha.html" title="Codeigniter captcha">Codeigniter captcha</a> (0)</li><li><a href="http://blog.shian.tw/php-plurk.html" title="php-plurk">php-plurk</a> (0)</li><li><a href="http://blog.shian.tw/mysql-to-json.html" title="Mysql to json">Mysql to json</a> (0)</li><li><a href="http://blog.shian.tw/php-excel-writer.html" title="php-excel-writer">php-excel-writer</a> (2)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/mvc.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend_Controller Quick Start</title>
		<link>http://blog.shian.tw/zend_controller-quick-start.html</link>
		<comments>http://blog.shian.tw/zend_controller-quick-start.html#comments</comments>
		<pubDate>Thu, 27 Nov 2008 16:00:32 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/%e7%ad%86%e8%a8%98zend_controller-quick-start.html</guid>
		<description><![CDATA[<div align="right"><script src="http://funp.com/tools/button.php?url=http%3A%2F%2Fblog.shian.tw%2Fzend_controller-quick-start.html&amp;s=8" type="text/javascript"></script></div>
<p>剛開始學<a href="http://framework.zend.com/" target="_blank"><span style="color: #0070c5;">Zend Framework</span></a> MVC模式的新手，參考官網的Quick Start以及網路上的相關文章建立MVC模式的架構，為了怕忘記將練習過的寫起來當做筆記。</p>
<p> <a href="http://blog.shian.tw/zend_controller-quick-start.html#more-207" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-captcha.html" title="Codeigniter captcha">Codeigniter captcha</a> (0)</li><li><a href="http://blog.shian.tw/php-plurk.html" title="php-plurk">php-plurk</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-project.html" title="CodeIgniter 多個專案目錄配置">CodeIgniter 多個專案目錄配置</a> (0)</li><li><a href="http://blog.shian.tw/mysql-to-json.html" title="Mysql to json">Mysql to json</a> (0)</li><li><a href="http://blog.shian.tw/php-excel-writer.html" title="php-excel-writer">php-excel-writer</a> (2)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/zend_controller-quick-start.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile PDO &amp; PDO_MYSQL for PHP5.2 Extensions</title>
		<link>http://blog.shian.tw/compile-pdo_pdo_mysql.html</link>
		<comments>http://blog.shian.tw/compile-pdo_pdo_mysql.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 03:51:28 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/compile-pdo-pdo_mysql-for-php52-extensoins.html</guid>
		<description><![CDATA[<p>最近開始摸 <a href="http://framework.zend.com/" target="_blank">Zend Framework</a> 這個 PHP的Framework，正好摸到 <a href="http://framework.zend.com/manual/en/zend.db.html" target="_blank">Zend_Db</a> 這個東東，可以使用它來跟資料庫做連接它也包含很多種資料庫，我的資料庫是使用MySql，所以需要用到 <a href="http://tw2.php.net/pdo-mysql" target="_blank">pdo_mysql</a> 來做為php跟MySql連接的介面，開始來安裝 <a href="http://pecl.php.net/package/pdo" target="_blank">pdo</a> 和 <a href="http://pecl.php.net/package/PDO_MYSQL" target="_blank">pdo_mysql</a> 吧。</p>
<p> <a href="http://blog.shian.tw/compile-pdo_pdo_mysql.html#more-200" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-captcha.html" title="Codeigniter captcha">Codeigniter captcha</a> (0)</li><li><a href="http://blog.shian.tw/php-plurk.html" title="php-plurk">php-plurk</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-project.html" title="CodeIgniter 多個專案目錄配置">CodeIgniter 多個專案目錄配置</a> (0)</li><li><a href="http://blog.shian.tw/mysql-to-json.html" title="Mysql to json">Mysql to json</a> (0)</li><li><a href="http://blog.shian.tw/php-excel-writer.html" title="php-excel-writer">php-excel-writer</a> (2)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/compile-pdo_pdo_mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用PHP與SSH端連線</title>
		<link>http://blog.shian.tw/php_ss.html</link>
		<comments>http://blog.shian.tw/php_ss.html#comments</comments>
		<pubDate>Thu, 27 Dec 2007 18:59:38 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=45</guid>
		<description><![CDATA[<p><strong>php有個ssh2的Function可以利用它來跟ssh端作連線,但是必須另外編譯 libssh 和 ssh2 這二個套件 ,本篇介紹安裝以及使用php連接ssh</strong></p>
<p> <a href="http://blog.shian.tw/php_ss.html#more-45" class="more-link">繼續閱讀 &raquo;</a></p>
<h2  class="related_post_title">相關文章</h2><ul class="related_post"><li><a href="http://blog.shian.tw/codeigniter-captcha.html" title="Codeigniter captcha">Codeigniter captcha</a> (0)</li><li><a href="http://blog.shian.tw/php-plurk.html" title="php-plurk">php-plurk</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-project.html" title="CodeIgniter 多個專案目錄配置">CodeIgniter 多個專案目錄配置</a> (0)</li><li><a href="http://blog.shian.tw/mysql-to-json.html" title="Mysql to json">Mysql to json</a> (0)</li><li><a href="http://blog.shian.tw/php-excel-writer.html" title="php-excel-writer">php-excel-writer</a> (2)</li><li><a href="http://blog.shian.tw/duplicate-name.html" title="Function registration failed &#8211; duplicate name">Function registration failed &#8211; duplicate name</a> (0)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/php_ss.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
