Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Created November 4, 2014 02:09
Show Gist options
  • Save taleeb35/604f11acd4342fd4d9e0 to your computer and use it in GitHub Desktop.
Save taleeb35/604f11acd4342fd4d9e0 to your computer and use it in GitHub Desktop.
$tasks = $this->Control->find('all', array('conditions' => array(
'owner_id' => $user_id,
'Control.control_frequency_id' => CONTROL_FREQUENCY_WEEKLY,
// 'OR' => array ('date_last_copied' => "",
'date_last_copied' => Date("Y-m-d", strtotime("+7 days")),
'date_last_copied' => ""
)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment