Skip to content

Instantly share code, notes, and snippets.

@LubosRemplik
Created January 29, 2013 09:05
Show Gist options
  • Select an option

  • Save LubosRemplik/4662886 to your computer and use it in GitHub Desktop.

Select an option

Save LubosRemplik/4662886 to your computer and use it in GitHub Desktop.
protected function _findAllWithFolders($state, $query, $results = array()) {
if ($state == 'before') {
return $query;
}
$results = array_merge(
$this->AssetFolder->find('all'),
$results
);
return $results;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment