I switched ZendFramework from 1.0.3 to 1.5.0RC1, the following formCheckbox
can not save the the checkbox data into the database table? On 1.0.3 it
works pretty well.

<?= $this->formCheckbox("complete",
$this->escape($this->mainContents->complete),array('onChange' =>
"change(document.main);"),array(0 =>'true', 1=>'false')) ?>
-- 
View this message in context: 
http://www.nabble.com/formCheckbox-bug-in-ZendFramework-1.5.0RC1-tp15982415s16154p15982415.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to