diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 04:59:34 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 04:59:34 +0100 |
commit | 2e44e0b816df7799cdbb5ee94094880d9680fdee (patch) | |
tree | 592beb01a97f6e7d498e5c8b7fb182895b12dd05 /user_guide/general/creating_libraries.html | |
parent | 54693d53ea0e2d53cd8c1d73fb8addef6ff09d5b (diff) |
fixed a mistake in note for extending classes
Diffstat (limited to 'user_guide/general/creating_libraries.html')
-rw-r--r-- | user_guide/general/creating_libraries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html index c54549ed2..6a4773be4 100644 --- a/user_guide/general/creating_libraries.html +++ b/user_guide/general/creating_libraries.html @@ -76,7 +76,7 @@ to an existing library. Or you can even replace native libraries just by placing <p>The page below explains these three concepts in detail.</p>
<p class="important"><strong>Note:</strong> The Database classes can not be extended or replaced with your own classes,
-nor can the main Controller class. All other classes are able to be replaced/extended.</p>
+nor can the Loader class in PHP 4. All other classes are able to be replaced/extended.</p>
<h2>Storage</h2>
|