Author: rick
Date: 2010-03-17 21:37:09 +0100 (Wed, 17 Mar 2010)
New Revision: 28593

Modified:
   plugins/sfCouchPlugin/trunk/README
Log:
Updated the readme

Modified: plugins/sfCouchPlugin/trunk/README
===================================================================
--- plugins/sfCouchPlugin/trunk/README  2010-03-17 20:24:29 UTC (rev 28592)
+++ plugins/sfCouchPlugin/trunk/README  2010-03-17 20:37:09 UTC (rev 28593)
@@ -46,8 +46,8 @@
 
     $newDoc = new sfCouchDocument('mySuperId');
   
-If a document with this ID exists, it's fetched from the CouchDB and the 
property
-newDoc->newDocument is set to false. That's the way to get a single document 
by ID from the db.
+If a document with this ID exists, it's fetched from the CouchDB and the method
+newDoc->isNew() returns false. That's the way to get a single document by ID 
from the db.
 
 Files can be attached to a document with:
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony 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.com/group/symfony-svn?hl=en.

Reply via email to