Changeset 10437
- Timestamp:
- 07/23/08 14:26:28 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/propel/widget/sfWidgetFormPropelSelect.class.php
r9783 r10437 84 84 85 85 $method = $this->getOption('method'); 86 87 if (!method_exists($this->getOption('model'), $method)) 88 { 89 throw new RuntimeException(sprintf('Class "%s" must implement a "%s" method to be rendered in a "%s" widget', $this->getOption('model'), $method, __CLASS__)); 90 } 91 86 92 foreach ($objects as $object) 87 93 {

