Author: jwage
Date: 2008-09-08 19:53:43 +0100 (Mon, 08 Sep 2008)
New Revision: 4882
Modified:
branches/1.0/docs/manual/en/database-abstraction.txt
Log:
fixes #1430
Modified: branches/1.0/docs/manual/en/database-abstraction.txt
===================================================================
--- branches/1.0/docs/manual/en/database-abstraction.txt 2008-09-08
18:52:45 UTC (rev 4881)
+++ branches/1.0/docs/manual/en/database-abstraction.txt 2008-09-08
18:53:43 UTC (rev 4882)
@@ -294,7 +294,7 @@
* listTableConstraints(): takes a table name
-* listTableFields(): takes a table name
+* listTableColumns(): takes a table name
* listTableIndexes(): takes a table name
@@ -330,7 +330,7 @@
+++ Listing table fields
<code type="php">
-$fields = $conn->import->listTableFields('events');
+$fields = $conn->import->listTableColumns('events');
print_r($fields);
/*
prints:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---