curt Sat Aug 14 20:17:30 2004 EDT
Modified files:
/phpdoc/en/language oop5.xml
Log:
link oop5.basic and oop5.exceptions
http://cvs.php.net/diff.php/phpdoc/en/language/oop5.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/language/oop5.xml
diff -u phpdoc/en/language/oop5.xml:1.5 phpdoc/en/language/oop5.xml:1.6
--- phpdoc/en/language/oop5.xml:1.5 Sun Jul 11 08:33:25 2004
+++ phpdoc/en/language/oop5.xml Sat Aug 14 20:17:30 2004
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<chapter id="language.oop5">
<title>Classes and Objects (PHP 5)</title>
<sect1 id="op5.intro">
<title>Introduction</title>
- <para>
- Intro to oop5 for php
- </para>
+ <para>
+ In PHP 5 there is a new Object Model. PHP's handling of objects has been
+ completely rewritten, allowing for better performance and more features.
+ </para>
</sect1>
+ &language.oop5.basic;
&language.oop5.decon;
&language.oop5.visibility;
&language.oop5.paamayim-nekudotayim;
@@ -21,6 +23,7 @@
&language.oop5.iterations;
&language.oop5.magic;
&language.oop5.final;
+ &language.oop5.exceptions;
&language.oop5.cloning;
&language.oop5.object-comparison;
&language.oop5.reflection;