Skip to content

Instantly share code, notes, and snippets.

@speedmax
Created January 28, 2009 04:31
Show Gist options
  • Select an option

  • Save speedmax/53814 to your computer and use it in GitHub Desktop.

Select an option

Save speedmax/53814 to your computer and use it in GitHub Desktop.
function findClosestLine($line) {
$Line->find('first', array(
'conditions' => array('line <='=>5.1),
'order' => 'line desc'
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment