Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Created December 18, 2014 07:52
Show Gist options
  • Save taleeb35/28dba9beca3b5ab81d56 to your computer and use it in GitHub Desktop.
Save taleeb35/28dba9beca3b5ab81d56 to your computer and use it in GitHub Desktop.
<?php if ($this->request->data['Control']['control_frequency_id'] == 2) { ?>
<div id="weekly" style="margin-left: -10px;">
<?php echo $this->Form->input('day_of_week',array('type' => 'select','options' => $days)); ?>
</div>
<?php } ?>
<?php elseif ($this->request->data['Control']['control_frequency_id'] == 3) { ?>
<div id="weekly" style="margin-left: -10px;">
<?php echo $this->Form->input('day_of_week',array('type' => 'select','options' => $days)); ?>
</div>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment