<?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>Probability &#187; CodeIgniter</title>
	<atom:link href="http://ieqi.net/tag/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://ieqi.net</link>
	<description>我们必须知道，我们必将知道。</description>
	<lastBuildDate>Mon, 14 Nov 2011 08:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CodeIgniter和Doctrine笔记</title>
		<link>http://ieqi.net/2010/07/05/codeigniter%e5%92%8cdoctrine%e7%ac%94%e8%ae%b0/</link>
		<comments>http://ieqi.net/2010/07/05/codeigniter%e5%92%8cdoctrine%e7%ac%94%e8%ae%b0/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 10:18:52 +0000</pubDate>
		<dc:creator>G_will</dc:creator>
				<category><![CDATA[My Works]]></category>
		<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://ieqi.com/?p=594</guid>
		<description><![CDATA[CodeIgniter和Doctrine笔记 1.下载CI和Doctrine，Doctrine用稳定1.2版 2.看教程写基础 3.如何整合Rserve通讯代码到其中？ URL改写 1开启Apache的rewrite_module模块。 2网站更目录建立文件.htaccess .htaccess: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /***/index.php/$1 [L] ErrorDocument 404 /***/index.php *3对于CI，更改system/application/config.php $config['index_page'] = &#8220;&#8221;;]]></description>
			<content:encoded><![CDATA[<p>CodeIgniter和Doctrine笔记</p>
<p>1.下载CI和Doctrine，Doctrine用稳定1.2版</p>
<p>2.看教程写基础</p>
<p>3.如何整合Rserve通讯代码到其中？</p>
<p>URL改写</p>
<p>1开启Apache的rewrite_module模块。</p>
<p>2网站更目录建立文件.htaccess</p>
<p>.htaccess:</p>
<p>RewriteEngine On<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ /***/index.php/$1 [L]</p>
<p>ErrorDocument 404 /***/index.php</p>
<p>*3对于CI，更改system/application/config.php</p>
<p>$config['index_page'] = &#8220;&#8221;;</p>
]]></content:encoded>
			<wfw:commentRss>http://ieqi.net/2010/07/05/codeigniter%e5%92%8cdoctrine%e7%ac%94%e8%ae%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

