﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>虾米窝窝 的评论</title>
	<atom:link href="http://yakelie.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://yakelie.com</link>
	<description>面朝大海，春暖花开。</description>
	<pubDate>Sat, 22 Nov 2008 17:10:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>sharmy 对《Tor报错需要控制密码,无法启动》的评论</title>
		<link>http://yakelie.com/html/2008-09-27/tor-need-to-control-the-password-error-can-not-start.html#comment-797</link>
		<dc:creator>sharmy</dc:creator>
		<pubDate>Sat, 25 Oct 2008 15:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=500#comment-797</guid>
		<description>囧....打广告的跑这里来了</description>
		<content:encoded><![CDATA[<p>囧&#8230;.打广告的跑这里来了</p>
]]></content:encoded>
	</item>
	<item>
		<title>大鱼儿 对《俺的收藏:一些开源php程序的类图》的评论</title>
		<link>http://yakelie.com/html/2008-10-24/%e4%bf%ba%e7%9a%84%e6%94%b6%e8%97%8f%e4%b8%80%e4%ba%9b%e5%bc%80%e6%ba%90php%e7%a8%8b%e5%ba%8f%e7%9a%84%e7%b1%bb%e5%9b%be.html#comment-796</link>
		<dc:creator>大鱼儿</dc:creator>
		<pubDate>Sat, 25 Oct 2008 05:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=511#comment-796</guid>
		<description>怎么没有大图呢</description>
		<content:encoded><![CDATA[<p>怎么没有大图呢</p>
]]></content:encoded>
	</item>
	<item>
		<title>sharmy 对《ECShop调用具体的自定义商品属性》的评论</title>
		<link>http://yakelie.com/html/2008-04-24/ecshop-call-custom-specific-attributes-of-goods.html#comment-775</link>
		<dc:creator>sharmy</dc:creator>
		<pubDate>Tue, 21 Oct 2008 01:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=281#comment-775</guid>
		<description>在商品列表中不能使用是不是有的函数没有加载？可以把相关的函数移植过去啊。反正源代码是可以修改的，不像supe-site和x-space,麻烦的很。</description>
		<content:encoded><![CDATA[<p>在商品列表中不能使用是不是有的函数没有加载？可以把相关的函数移植过去啊。反正源代码是可以修改的，不像supe-site和x-space,麻烦的很。</p>
]]></content:encoded>
	</item>
	<item>
		<title>sharmy 对《ECShop调用具体的自定义商品属性》的评论</title>
		<link>http://yakelie.com/html/2008-04-24/ecshop-call-custom-specific-attributes-of-goods.html#comment-774</link>
		<dc:creator>sharmy</dc:creator>
		<pubDate>Tue, 21 Oct 2008 01:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=281#comment-774</guid>
		<description>呵呵，受教，多谢了。</description>
		<content:encoded><![CDATA[<p>呵呵，受教，多谢了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>苍狼 对《ECShop调用具体的自定义商品属性》的评论</title>
		<link>http://yakelie.com/html/2008-04-24/ecshop-call-custom-specific-attributes-of-goods.html#comment-773</link>
		<dc:creator>苍狼</dc:creator>
		<pubDate>Tue, 21 Oct 2008 01:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=281#comment-773</guid>
		<description>补充下：这个代码 只能在goods.php 中使用，因为
要使用到 lib_goods.php 中的
get_goods_properties函数
而get_goods_properties函数带的参数是$goods_id

本人也想在商品列表中使用，但是怎么思考都想不出来，希望大家能帮帮忙。</description>
		<content:encoded><![CDATA[<p>补充下：这个代码 只能在goods.php 中使用，因为<br />
要使用到 lib_goods.php 中的<br />
get_goods_properties函数<br />
而get_goods_properties函数带的参数是$goods_id</p>
<p>本人也想在商品列表中使用，但是怎么思考都想不出来，希望大家能帮帮忙。</p>
]]></content:encoded>
	</item>
	<item>
		<title>苍狼 对《ECShop调用具体的自定义商品属性》的评论</title>
		<link>http://yakelie.com/html/2008-04-24/ecshop-call-custom-specific-attributes-of-goods.html#comment-772</link>
		<dc:creator>苍狼</dc:creator>
		<pubDate>Tue, 21 Oct 2008 01:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=281#comment-772</guid>
		<description>经过测试你的代码有时候会出现错误代码：
Invalid argument supplied for foreach()
我稍微改进了一下

/*
调用自定义属性
by catro
*/
$pros = array();
if (isset($properties) &#38;&#38; is_array($properties))
{
foreach((array)$properties['pro'][$GLOBALS['_LANG']['goods_attr']] as $k=&#62;$pro)
{
$pros[$pro['name']]['specId'] = $k;
$pros[$pro['name']]['value'] = $pro['value'];
}
$smarty-&#62;assign('pros',				   $pros); //End 调用演示： 净重：{$pros.净重.value}
}</description>
		<content:encoded><![CDATA[<p>经过测试你的代码有时候会出现错误代码：<br />
Invalid argument supplied for foreach()<br />
我稍微改进了一下</p>
<p>/*<br />
调用自定义属性<br />
by catro<br />
*/<br />
$pros = array();<br />
if (isset($properties) &amp;&amp; is_array($properties))<br />
{<br />
foreach((array)$properties['pro'][$GLOBALS['_LANG']['goods_attr']] as $k=&gt;$pro)<br />
{<br />
$pros[$pro['name']]['specId'] = $k;<br />
$pros[$pro['name']]['value'] = $pro['value'];<br />
}<br />
$smarty-&gt;assign(&#8217;pros&#8217;,				   $pros); //End 调用演示： 净重：{$pros.净重.value}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>sharmy 对《转:Firefox和IE的JS和CSS比较》的评论</title>
		<link>http://yakelie.com/html/2008-10-17/%e8%bd%acfirefox%e5%92%8cie%e7%9a%84js%e5%92%8ccss%e6%af%94%e8%be%83.html#comment-764</link>
		<dc:creator>sharmy</dc:creator>
		<pubDate>Mon, 20 Oct 2008 03:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=514#comment-764</guid>
		<description>应该是ms就喜欢搞自己的标准，^_^</description>
		<content:encoded><![CDATA[<p>应该是ms就喜欢搞自己的标准，^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>sharmy 对《Zend Framework Table&#8211;鸡肋？》的评论</title>
		<link>http://yakelie.com/html/2007-10-19/zend-framework-table-tasteless.html#comment-763</link>
		<dc:creator>sharmy</dc:creator>
		<pubDate>Mon, 20 Oct 2008 03:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=165#comment-763</guid>
		<description>呵呵，$db-&gt;query要比mysql_query好维护点</description>
		<content:encoded><![CDATA[<p>呵呵，$db->query要比mysql_query好维护点</p>
]]></content:encoded>
	</item>
	<item>
		<title>最新电影 对《转:Firefox和IE的JS和CSS比较》的评论</title>
		<link>http://yakelie.com/html/2008-10-17/%e8%bd%acfirefox%e5%92%8cie%e7%9a%84js%e5%92%8ccss%e6%af%94%e8%be%83.html#comment-738</link>
		<dc:creator>最新电影</dc:creator>
		<pubDate>Sat, 18 Oct 2008 16:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=514#comment-738</guid>
		<description>IE就是喜欢搞自己的标准</description>
		<content:encoded><![CDATA[<p>IE就是喜欢搞自己的标准</p>
]]></content:encoded>
	</item>
	<item>
		<title>LemonSnow 对《Zend Framework Table&#8211;鸡肋？》的评论</title>
		<link>http://yakelie.com/html/2007-10-19/zend-framework-table-tasteless.html#comment-694</link>
		<dc:creator>LemonSnow</dc:creator>
		<pubDate>Mon, 13 Oct 2008 02:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://yakelie.com/?p=165#comment-694</guid>
		<description>Table每次调用的时候都要读取一次数据库元信息（如字段索引结构等），为了提高效率你得用Zend_Db_Table::setDefaultMetadataCache()进行必要的缓存。缓存位置可以设置为file、db或者apc，apc效率最高。
Table的优势是可以通过面向对象的方式访问数据库，如果用$db-&#62;query还不如直接用mysql_query效率更高了。

我使用zend+apc缓存后，页面基本在0.02秒。</description>
		<content:encoded><![CDATA[<p>Table每次调用的时候都要读取一次数据库元信息（如字段索引结构等），为了提高效率你得用Zend_Db_Table::setDefaultMetadataCache()进行必要的缓存。缓存位置可以设置为file、db或者apc，apc效率最高。<br />
Table的优势是可以通过面向对象的方式访问数据库，如果用$db-&gt;query还不如直接用mysql_query效率更高了。</p>
<p>我使用zend+apc缓存后，页面基本在0.02秒。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
