From 2e44e0b816df7799cdbb5ee94094880d9680fdee Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 13 Feb 2008 03:59:34 +0000 Subject: fixed a mistake in note for extending classes --- user_guide/general/creating_libraries.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

The page below explains these three concepts in detail.

Note: 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.

+nor can the Loader class in PHP 4. All other classes are able to be replaced/extended.

Storage

-- cgit v1.2.3-24-g4f1b