<?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>梁剑的Blog &#187; php</title>
	<atom:link href="http://icomes.net/category/%e6%8a%80%e6%9c%af%e7%ac%94%e8%ae%b0/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://icomes.net</link>
	<description>做有趣的事，做有用的人</description>
	<lastBuildDate>Wed, 23 Jun 2010 16:04:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>试用FCKedit</title>
		<link>http://icomes.net/2008/10/22/%e8%af%95%e7%94%a8fckedit/</link>
		<comments>http://icomes.net/2008/10/22/%e8%af%95%e7%94%a8fckedit/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 15:15:47 +0000</pubDate>
		<dc:creator>梁剑</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[editor WYSIWYG php]]></category>

		<guid isPermaLink="false">http://tridot.cn/?p=190</guid>
		<description><![CDATA[想给自己写的log加上一个WYSIWYG，
于是google一番，
找到某人推荐的fckedit。
其实之前已经在wp里试过，感觉一般。
不过这次是要和自己的程序整合，所以了解比之前深入。
看了一下sample，然后用了不到10分钟就拼凑出一个可以工作的版本。
得益于实用的例子、详细的注释和通用的命名，
优秀的程序都应该这样。
]]></description>
			<content:encoded><![CDATA[<p>想给自己写的log加上一个WYSIWYG，<br />
于是google一番，<br />
找到某人推荐的<a title="FCKeditor" href="www.fckeditor.net/" target="_blank"><cite>fckedit</cite></a>。</p>
<p>其实之前已经在wp里试过，感觉一般。<br />
不过这次是要和自己的程序整合，所以了解比之前深入。</p>
<p>看了一下sample，然后用了不到10分钟就拼凑出一个可以工作的版本。<br />
得益于实用的例子、详细的注释和通用的命名，<br />
优秀的程序都应该这样。</p>
]]></content:encoded>
			<wfw:commentRss>http://icomes.net/2008/10/22/%e8%af%95%e7%94%a8fckedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个操作mysql的php库</title>
		<link>http://icomes.net/2008/10/18/%e4%b8%80%e4%b8%aa%e6%93%8d%e4%bd%9cmysql%e7%9a%84php%e5%ba%93/</link>
		<comments>http://icomes.net/2008/10/18/%e4%b8%80%e4%b8%aa%e6%93%8d%e4%bd%9cmysql%e7%9a%84php%e5%ba%93/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 16:40:11 +0000</pubDate>
		<dc:creator>梁剑</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php mysql]]></category>

		<guid isPermaLink="false">http://tridot.cn/?p=186</guid>
		<description><![CDATA[名字是ezSQL，但是看了介绍之后，没有发现ez的含义。
基本介绍在PHP and Working with Databases (for the Lazy Sod)
如果没有php基础，可以先看看作者写的一个介绍前的介绍。
感觉还不错，简单，够用就好。
]]></description>
			<content:encoded><![CDATA[<p>名字是ezSQL，但是看了介绍之后，没有发现ez的含义。</p>
<p>基本介绍在<a title="Sod" href="http://justinvincent.com/docs/ezsql/ez_sql_help.htm" target="_blank">PHP and Working with Databases (for the Lazy Sod)</a></p>
<p>如果没有php基础，可以先看看作者写的一个<a title="Introduction" href="http://justinvincent.com/docs/ezsql/ez_sql_help.htm" target="_blank">介绍前的介绍</a>。</p>
<p>感觉还不错，简单，够用就好。</p>
]]></content:encoded>
			<wfw:commentRss>http://icomes.net/2008/10/18/%e4%b8%80%e4%b8%aa%e6%93%8d%e4%bd%9cmysql%e7%9a%84php%e5%ba%93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Zend Studio中调试需要mysql连接的程序</title>
		<link>http://icomes.net/2008/03/21/%e5%9c%a8zend-studio%e4%b8%ad%e8%b0%83%e8%af%95%e9%9c%80%e8%a6%81mysql%e8%bf%9e%e6%8e%a5%e7%9a%84%e7%a8%8b%e5%ba%8f/</link>
		<comments>http://icomes.net/2008/03/21/%e5%9c%a8zend-studio%e4%b8%ad%e8%b0%83%e8%af%95%e9%9c%80%e8%a6%81mysql%e8%bf%9e%e6%8e%a5%e7%9a%84%e7%a8%8b%e5%ba%8f/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 03:47:12 +0000</pubDate>
		<dc:creator>梁剑</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[技术笔记]]></category>

		<guid isPermaLink="false">http://tridot.cn/?p=120</guid>
		<description><![CDATA[因为Aptana的PHP调试环境不太会用，
所以转到Zend Studio。
它的单步调试功能很符合我的期望，
但是当执行到extension_loaded(&#8216;mysql&#8217;)时，
就会返回false。
为了继续调试，
只能安装相应的extension了。
Zend Studio默认会安装两个版本的php，4和5.
对于我而言，php5所对应的路径是D:\Dev\ZendStudio-5.2.0\bin\php5。
在这个目录下找到php.ini，
加入：

extension_dir="D:\Dev\ZendStudio-5.2.0\bin\php5\ext"
extension=php_mysql.dll
extension=php_mysqli.dll

ext目录要自己创建，
两个dll要自己去官网下载了。
本以为这样设置之后就可以了，
谁料提示说无法加载模块，
猜测是PHP版本的问题，
在php.net上下载的是5.2.5，
而Zend Studio自带的是5.1.1。
于是又用xunlei下载了相应的版本（直接复制原URL，改其中的版本号），
把两个dll放到ext目录下，还是不行。
原因是漏了一个文件，
从压缩包里找到libmysql.dll，
放到D:\Dev\ZendStudio-5.2.0\bin\php5，
Done:)
]]></description>
			<content:encoded><![CDATA[<p>因为Aptana的PHP调试环境不太会用，<br />
所以转到Zend Studio。</p>
<p>它的单步调试功能很符合我的期望，<br />
但是当执行到extension_loaded(&#8216;mysql&#8217;)时，<br />
就会返回false。<br />
为了继续调试，<br />
只能安装相应的extension了。</p>
<p>Zend Studio默认会安装两个版本的php，4和5.<br />
对于我而言，php5所对应的路径是D:\Dev\ZendStudio-5.2.0\bin\php5。</p>
<p>在这个目录下找到<strong>php.ini</strong>，<br />
加入：<br />
<code><br />
extension_dir="D:\Dev\ZendStudio-5.2.0\bin\php5\ext"<br />
extension=php_mysql.dll<br />
extension=php_mysqli.dll<br />
</code><br />
ext目录要自己创建，<br />
两个dll要自己去官网下载了。</p>
<p>本以为这样设置之后就可以了，<br />
谁料提示说无法加载模块，<br />
猜测是<strong>PHP版本的问题</strong>，<br />
在php.net上下载的是5.2.5，<br />
而Zend Studio自带的是5.1.1。</p>
<p>于是又用xunlei下载了相应的版本（直接复制原URL，改其中的版本号），<br />
把两个dll放到ext目录下，还是不行。</p>
<p>原因是漏了一个文件，<br />
从压缩包里找到<strong>libmysql.dll</strong>，<br />
放到D:\Dev\ZendStudio-5.2.0\bin\php5，<br />
Done:)</p>
]]></content:encoded>
			<wfw:commentRss>http://icomes.net/2008/03/21/%e5%9c%a8zend-studio%e4%b8%ad%e8%b0%83%e8%af%95%e9%9c%80%e8%a6%81mysql%e8%bf%9e%e6%8e%a5%e7%9a%84%e7%a8%8b%e5%ba%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql和php的乱码问题</title>
		<link>http://icomes.net/2007/10/14/mysql%e5%92%8cphp%e7%9a%84%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/</link>
		<comments>http://icomes.net/2007/10/14/mysql%e5%92%8cphp%e7%9a%84%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 15:06:59 +0000</pubDate>
		<dc:creator>梁剑</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://liangjianhua.com/?p=26</guid>
		<description><![CDATA[这个直接令我脾气暴躁的问题，
终于被一句
    ALTER TABLE wp_ngg_gallery CONVERT TO CHARACTER SET utf8;
 搞定了！！！！！！！
]]></description>
			<content:encoded><![CDATA[<p>这个直接令我脾气暴躁的问题，<br />
终于被一句<br />
    ALTER TABLE wp_ngg_gallery CONVERT TO CHARACTER SET utf8;<br />
 搞定了！！！！！！！</p>
]]></content:encoded>
			<wfw:commentRss>http://icomes.net/2007/10/14/mysql%e5%92%8cphp%e7%9a%84%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
