Author: Raymond Bosman
Date: 2007-01-09 14:18:34 +0100 (Tue, 09 Jan 2007)
New Revision: 4478

Log:
- Fixed typo.
- Added available formats to the doc-block. 
# Toby, do other formats work as well?

Modified:
   trunk/DatabaseSchema/docs/tutorial.txt
   trunk/DatabaseSchema/src/schema.php

Modified: trunk/DatabaseSchema/docs/tutorial.txt
===================================================================
--- trunk/DatabaseSchema/docs/tutorial.txt      2007-01-09 12:29:30 UTC (rev 
4477)
+++ trunk/DatabaseSchema/docs/tutorial.txt      2007-01-09 13:18:34 UTC (rev 
4478)
@@ -6,8 +6,8 @@
 Introduction
 ============
 
-The DatabaseSchema components provides a unified datasctructure to describe the
-structure of relational databases. DatabaseSchema can read and write these
+The DatabaseSchema components provides a unified data structure to describe 
+relational databases. DatabaseSchema can read and write these
 structure from and to several databases (like MySQL, SQLite, Oracle,...) and
 also read and write it to disc in several formats (XML, PHP,...).
 

Modified: trunk/DatabaseSchema/src/schema.php
===================================================================
--- trunk/DatabaseSchema/src/schema.php 2007-01-09 12:29:30 UTC (rev 4477)
+++ trunk/DatabaseSchema/src/schema.php 2007-01-09 13:18:34 UTC (rev 4478)
@@ -174,7 +174,7 @@
      * @throws ezcDbSchemaInvalidWriterClassException if the handler associated
      *         with the $format is not a file schema writer.
      *
-     * @param string $format
+     * @param string $format  Available formats are at least: 'array' and 
'xml'.
      * @param string $file
      */
     public function writeToFile( $format, $file )

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to