Skip to content

Instantly share code, notes, and snippets.

@LubosRemplik
Created January 29, 2013 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LubosRemplik/4662886 to your computer and use it in GitHub Desktop.
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