Author: Derick Rethans Date: 2007-04-03 09:24:23 +0200 (Tue, 03 Apr 2007) New Revision: 4797
Log: - Fixed class names in docs. Modified: trunk/Cache/docs/tutorial.txt trunk/ImageAnalysis/docs/tutorial.txt trunk/PersistentObject/docs/tutorial.txt Modified: trunk/Cache/docs/tutorial.txt =================================================================== --- trunk/Cache/docs/tutorial.txt 2007-04-02 07:02:42 UTC (rev 4796) +++ trunk/Cache/docs/tutorial.txt 2007-04-03 07:24:23 UTC (rev 4797) @@ -97,7 +97,7 @@ configuration is stored in the cache manager. The created `cache`_ uses the `cache identifier`_ "simple" and will reside in the directory /tmp/cache/plain. (Note: This directory must exist and must be writable!) To store a `cache item`_, the storage -class ezcConsoleStorageFilePlain will be used. +class ezcCacheStorageFilePlain will be used. Line 11 defines a `cache key`_ for a cache item. The next line defines a second unique `cache key`_ for a second cache item. After that (line 14), the Modified: trunk/ImageAnalysis/docs/tutorial.txt =================================================================== --- trunk/ImageAnalysis/docs/tutorial.txt 2007-04-02 07:02:42 UTC (rev 4796) +++ trunk/ImageAnalysis/docs/tutorial.txt 2007-04-03 07:24:23 UTC (rev 4797) @@ -72,7 +72,7 @@ Configuring handlers -------------------- -Like ezcImageConversion, ezcImageAnalyzer is based on handler classes, which +Like ezcImageConverter, ezcImageAnalyzer is based on handler classes, which allow it to utilize different back-ends for image analysis. The currently implemented handlers are: Modified: trunk/PersistentObject/docs/tutorial.txt =================================================================== --- trunk/PersistentObject/docs/tutorial.txt 2007-04-02 07:02:42 UTC (rev 4796) +++ trunk/PersistentObject/docs/tutorial.txt 2007-04-03 07:24:23 UTC (rev 4797) @@ -13,8 +13,8 @@ PersistentObject is built to be fast and flexible, allowing you to build persistent classes in the same way as any other class in your application. It also utilizes the query abstraction layer of the Database component to make it -easy to build queries. Please refer to the API documentation of ezcDatabase for -detailed examples on how to use the query abstraction layer. +easy to build queries. Please refer to the API documentation of ezcQuerySelect +for detailed examples on how to use the query abstraction layer. The PersistentObjectDatabaseSchemaTiein component allows you to automatically generate the definition files needed by PersistentObject from a database schema -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components