Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created July 12, 2012 01:11
Show Gist options
  • Save pedroelsner/3094973 to your computer and use it in GitHub Desktop.
Save pedroelsner/3094973 to your computer and use it in GitHub Desktop.
Exemplo: Rafael - FilterResults
<?php
$this->FilterResults->addFilters(
array(
'OR' => array(
'perfil' => array(
'Vaga.perfil' => array(
'select' => $this->FilterResults->select('Perfil', array('1' => 'select 1'))
)
),
'cidade_id' => array(
'Vaga.cidade_id' => array('operator' => 'LIKE')
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment