﻿<?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>Gavin&#039;s Blog &#187; private</title>
	<atom:link href="http://laigw.name/tag/private/feed" rel="self" type="application/rss+xml" />
	<link>http://laigw.name</link>
	<description>Keep it simple, stupid. Simplicity is beauty.</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:14:51 +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>PHP继承构造函数的可见性不能声明为private</title>
		<link>http://laigw.name/post/311.html</link>
		<comments>http://laigw.name/post/311.html#comments</comments>
		<pubDate>Mon, 06 Apr 2009 08:55:27 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[构造函数]]></category>
		<category><![CDATA[继承]]></category>

		<guid isPermaLink="false">http://laigw.name/?p=311</guid>
		<description><![CDATA[近日在编写继承性的PHP代码时，遇到一个怪异的问题，就是继承于另外一个基类的继承类的构造函数不能声明为private（但可以是protected和public，没有继承时也是可以使用private的），问题详细描述请看正文。]]></description>
		<wfw:commentRss>http://laigw.name/post/311.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

