Skip to content

Instantly share code, notes, and snippets.

@dmsysop
Created September 2, 2015 13:08
Show Gist options
  • Save dmsysop/06f70977dd4770f402da to your computer and use it in GitHub Desktop.
Save dmsysop/06f70977dd4770f402da to your computer and use it in GitHub Desktop.
$conditions = array(
'Pagina.menu' => 1,
'Pagina.habilitar' => 1,
'Pagina.pai' => null,
'Pagina.slug NOT IN ' => $slug
);
$fields = array('titulo', 'slug', 'preview');
$order = 'Pagina.lft ASC';
return $this->Pagina->find('all', compact('conditions', 'fields', 'order'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment