Changeset 4764
- Timestamp:
- 08/08/08 21:03:43 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/docs/cookbook/en/creating-a-unit-of-work-using-doctrine.txt
r4763 r4764 121 121 } 122 122 123 $this-> ClearAll();123 $this->clearAll(); 124 124 } 125 125 </code> … … 247 247 } 248 248 249 $this-> ClearAll();249 $this->clearAll(); 250 250 } 251 251