<?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>IM502的博客 &#187; Adodb</title>
	<atom:link href="http://www.im502.com/tag/adodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.im502.com</link>
	<description>网站开发技术博客 php js css xml ajax mysql</description>
	<lastBuildDate>Thu, 08 Apr 2010 15:14:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP+ADODB+MSSQL支持UTF8的2种解决方案</title>
		<link>http://www.im502.com/2009/12/16/php-adodb-mssql-utf8-native/</link>
		<comments>http://www.im502.com/2009/12/16/php-adodb-mssql-utf8-native/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:51:03 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sqlserver]]></category>
		<category><![CDATA[Adodb]]></category>
		<category><![CDATA[mssqlnative]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=257</guid>
		<description><![CDATA[由于公司的项目都是用sql server 2005来开发的，所以最近的php项目为求简便都用了adodb库来操作数据库，鉴于有很多Ajax应用，所以所有编码都统一使用UTF8，连接数据库代码如下： ?View Code PHP$db = &... ]]></description>
		<wfw:commentRss>http://www.im502.com/2009/12/16/php-adodb-mssql-utf8-native/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adodb中qstr的妙处</title>
		<link>http://www.im502.com/2009/08/24/adodb-qstr-function-magic_quotes/</link>
		<comments>http://www.im502.com/2009/08/24/adodb-qstr-function-magic_quotes/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:43:45 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Adodb]]></category>
		<category><![CDATA[qstr]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=168</guid>
		<description><![CDATA[使用adodb库的好处就在于里面会有很多好用的函数，今天说的就是qstr的用法，此函数会再提交到数据库之前将字符串里的引号转义，并用引号来包裹，比用addslashes要方便很多。 function qstr($s,$mag... ]]></description>
		<wfw:commentRss>http://www.im502.com/2009/08/24/adodb-qstr-function-magic_quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XajaxBook By PHP+Mysql+Xajax+Adodb+Smarty</title>
		<link>http://www.im502.com/2007/10/26/xajaxbook-by-phpmysqlxajaxadodbsmarty/</link>
		<comments>http://www.im502.com/2007/10/26/xajaxbook-by-phpmysqlxajaxadodbsmarty/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 08:25:55 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Adodb]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[xajax]]></category>
		<category><![CDATA[XajaxBook]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=33</guid>
		<description><![CDATA[历时三天的XajaxBook终于发布了，这只是一个学习的作品，所以用到了一些类库和框架，先放出这个带分页功能不带管理功能的Ajax留言本程序，程序中已经有较详细的注释，本作品供初学Xajax+Adod... ]]></description>
		<wfw:commentRss>http://www.im502.com/2007/10/26/xajaxbook-by-phpmysqlxajaxadodbsmarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adodb+Smarty中文手册下载</title>
		<link>http://www.im502.com/2007/10/26/adodb-smarty-manual-cn-download/</link>
		<comments>http://www.im502.com/2007/10/26/adodb-smarty-manual-cn-download/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 05:19:15 +0000</pubDate>
		<dc:creator>im502</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Adodb]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[smarty中文手册]]></category>

		<guid isPermaLink="false">http://www.im502.com/?p=27</guid>
		<description><![CDATA[最近一直在学习用Adodb+Smarty进行数据库网站开发，网上的教程挺多的，一搜一大堆，使用中发现真的很省事。 这里放俩个中文手册提供给大家下载。 adodb中文手册 smarty手册中英文对照 相关日... ]]></description>
		<wfw:commentRss>http://www.im502.com/2007/10/26/adodb-smarty-manual-cn-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->