»
S
I
D
E
B
A
R
«
Kohana & Form Helper – Default Value in Dropdown
October 30th, 2009 by wood
$x=array('a','b','c');
echo form::dropdown('test', $x, 'b');

I'm using the Kohana form helper to build forms, but I've hit a snag. The above test code doesn't display the default value as it should, as written in the docs. Ideas?


Leave a Reply

»  Substance: PHP Frameworks   »  SiteMap