Author: jwage
Date: 2008-09-08 19:56:18 +0100 (Mon, 08 Sep 2008)
New Revision: 4883

Modified:
   branches/1.0/docs/manual/en/dql-doctrine-query-language/delete-queries.txt
Log:
fixes #1425


Modified: 
branches/1.0/docs/manual/en/dql-doctrine-query-language/delete-queries.txt
===================================================================
--- branches/1.0/docs/manual/en/dql-doctrine-query-language/delete-queries.txt  
2008-09-08 18:53:43 UTC (rev 4882)
+++ branches/1.0/docs/manual/en/dql-doctrine-query-language/delete-queries.txt  
2008-09-08 18:56:18 UTC (rev 4883)
@@ -15,7 +15,7 @@
 <code type="php">
 $q = Doctrine_Query::create();
 
-$rows = $q->delete('Account')
+$rows = $q->delete()
           ->from('Account a')
           ->where('a.id > ?', 3)
           ->execute();


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to