Hi!

To keep it short and simple

echo $form->input('dbDBName',array( 'label' => _('DB Database
Name')));

works flawless. It appears an input file with according label.

echo $form->checkbox('dbCreate', array( 'label' =>_('Create database
if not exists'))); ?>

does not work.

The label is not shown as label but as attribute (???).

So.. how do i manage to properly label the checkbox?

Btw.. its a tableless model, so no data connection.
Thank you for any help!

Carsten

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to