Changeset 14292
- Timestamp:
- 12/23/08 22:38:13 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/plugins/sfDoctrinePlugin/lib/form/sfFormDoctrine.class.php
r13044 r14292 515 515 return sfToolkit::pregtr($text, array('#/(.?)#e' => "'::'.strtoupper('\\1')", '/(^|_|-)+(.)/e' => "strtoupper('\\2')")); 516 516 } 517 518 public function __sleep() 519 { 520 521 } 517 522 }