Author: jwage
Date: 2008-08-26 23:03:32 +0100 (Tue, 26 Aug 2008)
New Revision: 4821

Modified:
   branches/1.0/docs/manual/en/working-with-objects.txt
Log:
Small fixes


Modified: branches/1.0/docs/manual/en/working-with-objects.txt
===================================================================
--- branches/1.0/docs/manual/en/working-with-objects.txt        2008-08-26 
22:02:50 UTC (rev 4820)
+++ branches/1.0/docs/manual/en/working-with-objects.txt        2008-08-26 
22:03:32 UTC (rev 4821)
@@ -517,7 +517,7 @@
 print_r ($user->toArray()); // toArray(false) if you don't want to get the 
relations
 </code>
 
-+++ fromArray
++++ From Array
 
 If you have an array of values you want to use to fill a record or even a 
collection, the {{fromArray()}} method 
 simplifies this common task.
@@ -536,7 +536,7 @@
 $user->Emails->count(); // --> 2
 </code>
 
-+++ synchronizeWithArray
++++ Synchronize With Array
 
 {{synchronizeWithArray()}} allows you to... well, synchronize a record with an 
array. So if have an array representation 
 of your model and modify a field, modify a relationship field or even delete 
or create a relationship, this changes will 


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