<?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>北京php培训讲师方龙 &#187; php开源程序</title>
	<atom:link href="http://www.skyleft.com/index.php/category/php-open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://www.skyleft.com</link>
	<description>专注于php培训及相关技术的学习和研究</description>
	<lastBuildDate>Thu, 27 Oct 2011 10:20:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>easyphp框架手册发布啦！</title>
		<link>http://www.skyleft.com/index.php/peixun/php-727.html</link>
		<comments>http://www.skyleft.com/index.php/peixun/php-727.html#comments</comments>
		<pubDate>Thu, 27 Oct 2011 10:18:12 +0000</pubDate>
		<dc:creator>php培训讲师</dc:creator>
				<category><![CDATA[php开源程序]]></category>
		<category><![CDATA[北京php培训]]></category>
		<category><![CDATA[easyphp手册]]></category>

		<guid isPermaLink="false">http://www.skyleft.com/?p=727</guid>
		<description><![CDATA[花了一天时间，把框架的注释写了下，用 phpdocmentor 生成了个HTML的手册。 要的可以点这里下载 。 预览图片： ﻿]]></description>
		<wfw:commentRss>http://www.skyleft.com/index.php/peixun/php-727.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>帝国cms如何把文章中的附件名称显示由上传后的名字变成上传前的名字</title>
		<link>http://www.skyleft.com/index.php/peixun/php-673.html</link>
		<comments>http://www.skyleft.com/index.php/peixun/php-673.html#comments</comments>
		<pubDate>Sun, 31 Jul 2011 14:40:17 +0000</pubDate>
		<dc:creator>php培训讲师</dc:creator>
				<category><![CDATA[php开源程序]]></category>
		<category><![CDATA[互联网应用]]></category>
		<category><![CDATA[北京php培训]]></category>
		<category><![CDATA[帝国CMS]]></category>

		<guid isPermaLink="false">http://www.skyleft.com/?p=673</guid>
		<description><![CDATA[一次改帝国CMS，发布在文章中添加的附件显示的名字都是上传后MD5加密后的名称，很不爽。如何让它显示为上传上的名字吗？ 看了一下表，里面也有这个字段的。于是找啊找啊找了半天，最后还是让我发现了。 它是在上传的时候就已经生成好了写到正文内容中去的。 这是改之前显示的效果： 这是修改后的效果： 这是要修改的代码 ： 改成这个样子就行了。 找到文件 了吗？是在 e\admin\ecmseditor\infoeditor\epage\TranFile.php中。看出来了吗？ 是把filename 改成了红线标明的fn了。呵呵，找到位置了，一切就是这么简单。]]></description>
		<wfw:commentRss>http://www.skyleft.com/index.php/peixun/php-673.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>easyphp框架1.1版本发布了</title>
		<link>http://www.skyleft.com/index.php/peixun/php-611.html</link>
		<comments>http://www.skyleft.com/index.php/peixun/php-611.html#comments</comments>
		<pubDate>Fri, 17 Jun 2011 09:12:30 +0000</pubDate>
		<dc:creator>php培训讲师</dc:creator>
				<category><![CDATA[php开源程序]]></category>
		<category><![CDATA[北京php培训]]></category>
		<category><![CDATA[easyphp]]></category>

		<guid isPermaLink="false">http://www.skyleft.com/?p=611</guid>
		<description><![CDATA[easyphp框架发布了 本次更新的内容有： 1.增加 APP_NAME 常量，为项目目录，修改 CORE 常量为ROOT_PATH 2.增加对多数据库的支持，修改config.inc.php数据库配置数据为二维，具体调用方法见附录。 3.添加初始化文件夹/文件的创建 ,只需在入口文件中定义好APP_NAME ,系统便会自动创建 APP_NAME文件夹，里面包含 controller,view,model三个文件夹和默认的 index_controller.class.php ，index_model.class.php 4.添加创建controller/model的小工具 ，只需在 当前把当前动作改为tools就可以看到其界面了，如 index.php?c=message&#38;a=tools ，在这里可以方便的创建controller 和model了，再也不用我们复制修改了。如果该模板创建的轻拿默认模板不能满足你的需要，可以修改core/data/的模板类文件。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 说明 ： a .多数据支持的 config.inc.php 格式应该写成这样 define (&#8216;TABLE_PRE&#8217;,'e_&#8217;); $s_db_config = array ( 1 =&#62; array (&#8216;db_host&#8217;=&#62;&#8217;localhost&#8217;,'db_user&#8217;=&#62;&#8217;root&#8217;,'db_password&#8217;=&#62;&#8221;,&#8217;db_name&#8217;=&#62;&#8217;easyphp&#8217;,'db_charset&#8217;=&#62;&#8217;UTF8&#8242;), 2 =&#62; array (&#8216;db_host&#8217;=&#62;&#8217;localhost&#8217;,'db_user&#8217;=&#62;&#8217;root&#8217;,'db_password&#8217;=&#62;&#8221;,&#8217;db_name&#8217;=&#62;&#8217;test&#8217;,'db_charset&#8217;=&#62;&#8217;UTF8&#8242;), 3 =&#62; array (&#8216;db_host&#8217;=&#62;&#8217;localhost&#8217;,'db_user&#8217;=&#62;&#8217;root&#8217;,'db_password&#8217;=&#62;&#8221;,&#8217;db_name&#8217;=&#62;&#8217;baike&#8217;,'db_charset&#8217;=&#62;&#8217;UTF8&#8242;), ); 注意：索引必须大于0 ，1表示数据库1的信息，2表示数据库2的信息，依次类推。 在调用时以这样的方式来调用 ： // $temp2 = $this-&#62;mod(2)-&#62;result_sql [...]]]></description>
		<wfw:commentRss>http://www.skyleft.com/index.php/peixun/php-611.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>记事狗微薄的LOGO 文字在哪里修改？</title>
		<link>http://www.skyleft.com/index.php/peixun/php-446.html</link>
		<comments>http://www.skyleft.com/index.php/peixun/php-446.html#comments</comments>
		<pubDate>Mon, 20 Dec 2010 08:28:23 +0000</pubDate>
		<dc:creator>php培训讲师</dc:creator>
				<category><![CDATA[php学习笔记]]></category>
		<category><![CDATA[php开源程序]]></category>
		<category><![CDATA[北京php培训]]></category>
		<category><![CDATA[记事狗，logo图片修改]]></category>

		<guid isPermaLink="false">http://www.skyleft.com/?p=446</guid>
		<description><![CDATA[只需分别修改 templates\default\images\目录下 logo.png， templates\tpl_5\images\目录下 logo.png， templates\tpl_7\images\目录下 logo.png 即可，别的文件不用修改。]]></description>
		<wfw:commentRss>http://www.skyleft.com/index.php/peixun/php-446.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怎么让ecshop首页的商品分类里显示的都是精品商品？</title>
		<link>http://www.skyleft.com/index.php/php-open-source/php-398.html</link>
		<comments>http://www.skyleft.com/index.php/php-open-source/php-398.html#comments</comments>
		<pubDate>Sat, 25 Sep 2010 08:07:21 +0000</pubDate>
		<dc:creator>php培训讲师</dc:creator>
				<category><![CDATA[php开源程序]]></category>
		<category><![CDATA[ecshop二次开发]]></category>
		<category><![CDATA[北京php培训]]></category>

		<guid isPermaLink="false">http://www.skyleft.com/?p=398</guid>
		<description><![CDATA[适用版本 : 2.7.2 默认的，ECSHOP 首页上面右边显示的是 精品推荐，新品上市，热卖商品。 可以在后台 模板管理 》设置模板 》首页模板 》确定  》 分类下的商品 ,可以选择不同的分类及显示的数量 。 但是，这样首页显示的只是这个分类下的商品，如果要想只显示分类下的精品商品 怎么办呢？ 它的这个设置实现上是用php文件来修改了首页模板的，所以首页模板必须有可写的权限。 经过分析 ，我们可以看到，模板中有一个foreach 标签，它循环的是$cat_goods 这个变量，最后我们可以追踪到 $cat_goods 这个变量最后会替换成为了 $cat_goods_n （N指分类ID） 这样的变量了。 搜索这些变量，可以发现 这些值 都是通过 一个叫 assign_cat_goods 的函数返回的。 这个函数的实现代码是在 includes/lin_goods.php 中第750行实现的。 找到位置就好办了。 我们只需在 761 行的 SQL 语句中加上一个条件 AND g.is_best = 1  就可以筛选出精品商品了。 如图： 呵呵，这个应该都能找到吧！]]></description>
		<wfw:commentRss>http://www.skyleft.com/index.php/php-open-source/php-398.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ecshop中fck编辑器保存远程图片插件附使用说明</title>
		<link>http://www.skyleft.com/index.php/php-open-source/php-363.html</link>
		<comments>http://www.skyleft.com/index.php/php-open-source/php-363.html#comments</comments>
		<pubDate>Sun, 22 Aug 2010 14:00:04 +0000</pubDate>
		<dc:creator>php培训讲师</dc:creator>
				<category><![CDATA[php开源程序]]></category>
		<category><![CDATA[fanglor]]></category>
		<category><![CDATA[fck保存远程图片插件]]></category>
		<category><![CDATA[北京php培训]]></category>

		<guid isPermaLink="false">http://www.skyleft.com/?p=363</guid>
		<description><![CDATA[当我们在复制别人网站上面的东西的时候，如果含有图片，一般是直接链接原网站上面的，但如果有一天，人家网站把图片删除了，我们也就链接不到图片了。所以在我们发布文章的时候，有必要把远程图片也保存到我们网站下，这样，就不会因为原网站的操作而影响我们的网站了。]]></description>
		<wfw:commentRss>http://www.skyleft.com/index.php/php-open-source/php-363.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>如何设置ecshop首页精品、热销、新品成4个一排？（默认为3个）</title>
		<link>http://www.skyleft.com/index.php/php-open-source/php-216.html</link>
		<comments>http://www.skyleft.com/index.php/php-open-source/php-216.html#comments</comments>
		<pubDate>Thu, 15 Jul 2010 18:02:54 +0000</pubDate>
		<dc:creator>php培训讲师</dc:creator>
				<category><![CDATA[php开源程序]]></category>
		<category><![CDATA[ecshop]]></category>
		<category><![CDATA[ecshop首页精品4个]]></category>
		<category><![CDATA[北京php培训]]></category>

		<guid isPermaLink="false">http://www.skyleft.com/?p=216</guid>
		<description><![CDATA[自定义ecshop首页精品、新品、热销显示个数。北京php培训讲师方龙的博客。]]></description>
		<wfw:commentRss>http://www.skyleft.com/index.php/php-open-source/php-216.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

