<?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; Framework</title>
	<atom:link href="http://blog.shian.tw/tag/framework/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>CodeIgniter 多個專案目錄配置</title>
		<link>http://blog.shian.tw/codeigniter-project.html</link>
		<comments>http://blog.shian.tw/codeigniter-project.html#comments</comments>
		<pubDate>Sun, 24 May 2009 16:00:36 +0000</pubDate>
		<dc:creator>shian</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.shian.tw/?p=316</guid>
		<description><![CDATA[<p>CodeIgniter 預設可以設定多個專案目錄配置，但是它的配置方式跟我想要的不太一樣，我想配置的結構如下面的 目錄結構，CodeIgniter 核心就一個目錄位置，每個專案都有它自己的目錄、index.php、.htacess、以及自己的application目錄，所以改以下面這方式來重新配置 CodeIgniter 專案。</p>
<p> <a href="http://blog.shian.tw/codeigniter-project.html#more-316" 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/mvc.html" title="只要MVC不要Framework">只要MVC不要Framework</a> (1)</li><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/codeigniter-cron.html" title="CodeIgniter Cron">CodeIgniter Cron</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-curl-library.html" title="CodeIgniter Curl library">CodeIgniter Curl library</a> (0)</li><li><a href="http://blog.shian.tw/codeigniter-delicious-api.html" title="CodeIgniter delicious api">CodeIgniter delicious api</a> (1)</li></ul>]]></description>
		<wfw:commentRss>http://blog.shian.tw/codeigniter-project.html/feed</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
