teepluss/hasher
CakePhp's Hash
Installation
To get the lastest version of Theme simply require it in your composer.json file.
"teepluss/hasher": "dev-master"
You'll then need to run composer install to download it and have the autoloader updated.
Usage
// Common Usage:
$users = $this->User->find("all");
$results = Hasher::extract($users, '{n}.User.id');
// $results equals:
// array(1,2,3,4,5,...);
For more example:
Support or Contact
If you have some problem, Contact teepluss@gmail.com
