Changeset 10172
- Timestamp:
- 07/07/08 18:53:40 (5 months ago)
- Files:
-
- doc/branches/1.0/book/13-I18n-and-L10n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/13-I18n-and-L10n.txt
r3412 r10172 244 244 public function hydrate(ResultSet $rs, $startcol = 1) 245 245 { 246 parent::hydrate($rs, $startcol);247 246 $this->setCulture(sfContext::getInstance()->getUser()->getCulture()); 247 248 return parent::hydrate($rs, $startcol); 248 249 } 249 250