Skip to content

Instantly share code, notes, and snippets.

@vanleantking
Created August 10, 2018 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanleantking/81d8abcabb779abec9cd9f9c7f1451e1 to your computer and use it in GitHub Desktop.
Save vanleantking/81d8abcabb779abec9cd9f9c7f1451e1 to your computer and use it in GitHub Desktop.
disable form element in zf2
$form->get("username")->setAttribute('disabled', 'disabled');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment