Changeset 4681 for branches/1.0/lib/Doctrine/Record/Abstract.php
- Timestamp:
- 07/13/08 01:04:42 (6 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Record/Abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Record/Abstract.php
r4460 r4681 269 269 $this->hasColumn($name, $options['type'], $options['length'], $options); 270 270 } 271 }272 /**273 * loadTemplate274 *275 * @param string $template276 */277 public function loadTemplate($template, array $options = array())278 {279 $this->actAs($template, $options);280 271 } 281 272