Skip to content

Instantly share code, notes, and snippets.

@ninetwentyfour
Created August 28, 2011 22:02
Show Gist options
  • Save ninetwentyfour/1177293 to your computer and use it in GitHub Desktop.
Save ninetwentyfour/1177293 to your computer and use it in GitHub Desktop.
Fast CakePHP Search With IndexTank 2 - blogpost
<?php $query = $this->data['Project']['search']; ?>
<?php $res = $this->searchIndextank("HomkoraProjects",$query); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment