CakePHP Thumbs UP/DOWN rating plugin
Usage: after install the plugin, you should call the Vothumb helper in your controller
public $helpers=array('Vothumb.Vothumb') ;
Then you can use the helper in view to vote your items like this :
echo $this->Vothumb->vote('Model-Name','ItemID') ;