7.3.5.15 password
There is no translation yet for this section. Please help out and translate this.. More information about translations
password(string $fieldName, array $options)
Creates a password field.
<?php
echo $form->password('password');
?>
<?phpecho $form->password('password');?>
Will output:
<input name="data[User][password]" value="" id="UserPassword" type="password">


























