<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《WordPress源码分析（一）：安装过程中页面的加载顺序》的评论</title>
	<atom:link href="https://wordpress.diguage.com/archives/98.html/feed" rel="self" type="application/rss+xml" />
	<link>https://wordpress.diguage.com/archives/98.html</link>
	<description>分享技术带来的喜悦—https://www.diguage.com/</description>
	<lastBuildDate>Thu, 11 Jun 2020 02:02:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>作者：Assignment Expert</title>
		<link>https://wordpress.diguage.com/archives/98.html#comment-31446</link>
		<dc:creator>Assignment Expert</dc:creator>
		<pubDate>Wed, 16 Jan 2019 10:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=98#comment-31446</guid>
		<description>如果整个.php文件内容都是php代码，可以忽略掉?&gt;结尾标签。
在一个文件中定义了常量，必须导入到其他文件中才能再次使用吗？
是的。文件与文件直接并没有直接的关联，只有require和include引入之后，才会发生关</description>
		<content:encoded><![CDATA[<p>如果整个.php文件内容都是php代码，可以忽略掉?&gt;结尾标签。<br />
在一个文件中定义了常量，必须导入到其他文件中才能再次使用吗？<br />
是的。文件与文件直接并没有直接的关联，只有require和include引入之后，才会发生关</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：妹子内涵图</title>
		<link>https://wordpress.diguage.com/archives/98.html#comment-22989</link>
		<dc:creator>妹子内涵图</dc:creator>
		<pubDate>Fri, 23 Oct 2015 18:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=98#comment-22989</guid>
		<description>网站不错，雁过留痕，欢迎互访！</description>
		<content:encoded><![CDATA[<p>网站不错，雁过留痕，欢迎互访！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：goodluck2733</title>
		<link>https://wordpress.diguage.com/archives/98.html#comment-22916</link>
		<dc:creator>goodluck2733</dc:creator>
		<pubDate>Tue, 28 Apr 2015 08:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=98#comment-22916</guid>
		<description>发现了个错误，第31行不是在判断“wp/wp-config.php文件存在的情况下，判断wp/wp-settings.php是不是不存在”。dirname()函数如果参数是文件的话，结果就是该文件的绝对路径，如果参数是目录的话给出的是该目录的上一级目录。那么dirname(ABSPATH)应该是wp的上一级目录。这应该是一种安全机制吧，wp-config.php包含了数据库的信息，如果直接放在网站根目录下会有安全隐患，因此可以放到网站根目录的上一级目录。我试过，将wp-config.php移到上一级目录网站可以照常访问。</description>
		<content:encoded><![CDATA[<p>发现了个错误，第31行不是在判断“wp/wp-config.php文件存在的情况下，判断wp/wp-settings.php是不是不存在”。dirname()函数如果参数是文件的话，结果就是该文件的绝对路径，如果参数是目录的话给出的是该目录的上一级目录。那么dirname(ABSPATH)应该是wp的上一级目录。这应该是一种安全机制吧，wp-config.php包含了数据库的信息，如果直接放在网站根目录下会有安全隐患，因此可以放到网站根目录的上一级目录。我试过，将wp-config.php移到上一级目录网站可以照常访问。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：thinksdiff.com</title>
		<link>https://wordpress.diguage.com/archives/98.html#comment-22711</link>
		<dc:creator>thinksdiff.com</dc:creator>
		<pubDate>Mon, 17 Mar 2014 02:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=98#comment-22711</guid>
		<description>楼主说得不错啊 厉害</description>
		<content:encoded><![CDATA[<p>楼主说得不错啊 厉害</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：interface 才华</title>
		<link>https://wordpress.diguage.com/archives/98.html#comment-1683</link>
		<dc:creator>interface 才华</dc:creator>
		<pubDate>Tue, 09 Apr 2013 04:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=98#comment-1683</guid>
		<description>index.php等文件中，没用使用和结尾。这是为什么？
在php，如果整个.php文件内容都是php代码，可以忽略掉?&gt;结尾标签。
在一个文件中定义了常量，必须导入到其他文件中才能再次使用吗？
是的。文件与文件直接并没有直接的关联，只有require和include引入之后，才会发生关系。</description>
		<content:encoded><![CDATA[<p>index.php等文件中，没用使用和结尾。这是为什么？<br />
在php，如果整个.php文件内容都是php代码，可以忽略掉?&gt;结尾标签。<br />
在一个文件中定义了常量，必须导入到其他文件中才能再次使用吗？<br />
是的。文件与文件直接并没有直接的关联，只有require和include引入之后，才会发生关系。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Wordpress源码分析（二）：配置信息的提交与配置文件的生成 &#124; &#34;地瓜哥&#34;博客网</title>
		<link>https://wordpress.diguage.com/archives/98.html#comment-623</link>
		<dc:creator>Wordpress源码分析（二）：配置信息的提交与配置文件的生成 &#124; &#34;地瓜哥&#34;博客网</dc:creator>
		<pubDate>Fri, 01 Feb 2013 16:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.diguage.com/?p=98#comment-623</guid>
		<description>[...] WordPress源码分析（一）：安装过程中页面的加载顺序 [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress源码分析（一）：安装过程中页面的加载顺序 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Object Caching 225/265 objects using disk
Page Caching using disk: enhanced (SSL caching disabled)
Database Caching using disk

 Served from: wordpress.diguage.com @ 2026-04-07 19:30:46 by W3 Total Cache -->