<?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>Comments on: Введение в ООП</title>
	<atom:link href="http://mihalytch.org.ua/programming/php/introduction-in-oop.html/feed" rel="self" type="application/rss+xml" />
	<link>http://mihalytch.org.ua/programming/php/introduction-in-oop.html</link>
	<description>Все о высоких технологиях</description>
	<lastBuildDate>Fri, 25 Nov 2011 21:14:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Николай</title>
		<link>http://mihalytch.org.ua/programming/php/introduction-in-oop.html#comment-2606</link>
		<dc:creator>Николай</dc:creator>
		<pubDate>Tue, 11 Oct 2011 09:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://mihalytch.org.ua/programming/php/%d0%b2%d0%b2%d0%b5%d0%b4%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b2-%d0%be%d0%be%d0%bf.html#comment-2606</guid>
		<description>В коде есть ошибки.
1)
$msg_text .= &quot;Вам: &quot;.$this-&gt;age&quot; лет.&quot;;
Пропущена точка после age
$msg_text .= &quot;Вам: &quot;.$this-&gt;age.&quot; лет.&quot;;

---
2)после return не указано что return
return $msg_text;

---
3) в строке 
$new_class = TestClass (&#039;Вася Пупкин&#039;, 29);
пропущено new перед TestClass

$new_class = new TestClass (&#039;Вася Пупкин&#039;, 29);


---------------------
Но все равно спасибо, статья немного помогла мне разобраться с основами ООП</description>
		<content:encoded><![CDATA[<p>В коде есть ошибки.<br />
1)<br />
$msg_text .= &#8220;Вам: &#8220;.$this-&gt;age&#8221; лет.&#8221;;<br />
Пропущена точка после age<br />
$msg_text .= &#8220;Вам: &#8220;.$this-&gt;age.&#8221; лет.&#8221;;</p>
<p>&#8212;<br />
2)после return не указано что return<br />
return $msg_text;</p>
<p>&#8212;<br />
3) в строке<br />
$new_class = TestClass (&#8216;Вася Пупкин&#8217;, 29);<br />
пропущено new перед TestClass</p>
<p>$new_class = new TestClass (&#8216;Вася Пупкин&#8217;, 29);</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Но все равно спасибо, статья немного помогла мне разобраться с основами ООП</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihalytch</title>
		<link>http://mihalytch.org.ua/programming/php/introduction-in-oop.html#comment-50</link>
		<dc:creator>Mihalytch</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://mihalytch.org.ua/programming/php/%d0%b2%d0%b2%d0%b5%d0%b4%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b2-%d0%be%d0%be%d0%bf.html#comment-50</guid>
		<description>Скорее концепция чем структура... да и не только в .НЕТ языках)
В данной статье реализация простейшей объектно-ориентированной модели рассмотрена на PHP в качестве примера.</description>
		<content:encoded><![CDATA[<p>Скорее концепция чем структура&#8230; да и не только в .НЕТ языках)<br />
В данной статье реализация простейшей объектно-ориентированной модели рассмотрена на PHP в качестве примера.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BIG</title>
		<link>http://mihalytch.org.ua/programming/php/introduction-in-oop.html#comment-49</link>
		<dc:creator>BIG</dc:creator>
		<pubDate>Mon, 17 Mar 2008 21:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://mihalytch.org.ua/programming/php/%d0%b2%d0%b2%d0%b5%d0%b4%d0%b5%d0%bd%d0%b8%d0%b5-%d0%b2-%d0%be%d0%be%d0%bf.html#comment-49</guid>
		<description>C нетерпением ждём продолжения!!! Такая же структура и .NET языках так сказать, типа C#...</description>
		<content:encoded><![CDATA[<p>C нетерпением ждём продолжения!!! Такая же структура и .NET языках так сказать, типа C#&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

