Help for this page

Select Code to Download


  1. or download this
    <select name="whatever">
      <!-- TMPL_LOOP NAME="whatever_select" -->
    ...
        </option>
      <!-- /TMPL_LOOP -->
    </select>
    
  2. or download this
    $array_ref = [
      {
    ...
        value => 'three',
      },
    ];