/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<?php
class GenreForm extends BaseGenreForm {
public function getDecision() { return self::$decision; }
public function configure() {
'choices' => $this->getDecision(),
));
}
public function formatRadioList($widget, $inputs) {
foreach ($inputs as $input) {
$rows[] = $input['input'];
}
return $string;
}
}
?>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                