Skip to content

Instantly share code, notes, and snippets.

@sanguis
Created November 21, 2012 17:07
Show Gist options
  • Save sanguis/4126095 to your computer and use it in GitHub Desktop.
Save sanguis/4126095 to your computer and use it in GitHub Desktop.
a very intersting use of terninary operators
<?php
'#default_value' => empty($form_state['values']['ajax_example_2']) ?
$node->ajax_example['example_2'] :
$form_state['values']['ajax_example_2'],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment