Changed 'Autoloading Objects' to read 'Autoloading Classes'.

Addresses bug #49171.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288025 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2009-09-04 02:23:30 +00:00
parent 2468f47572
commit 1d625605fe

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<sect1 xml:id="language.oop5.autoload" xmlns="http://docbook.org/ns/docbook">
<title>Autoloading Objects</title>
<title>Autoloading Classes</title>
<para>
Many developers writing object-oriented applications create
one PHP source file per-class definition. One of the biggest