Package Data | |
---|---|
Maintainer Username: | teepluss |
Maintainer Contact: | teepluss@gmail.com (Teepluss) |
Package Create Date: | 2014-07-09 |
Package Last Update: | 2014-07-25 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-09 03:02:15 |
Package Statistics | |
---|---|
Total Downloads: | 8 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.
// Common Usage:
$users = $this->User->find("all");
$results = Hasher::extract($users, '{n}.User.id');
// $results equals:
// array(1,2,3,4,5,...);
If you have some problem, Contact teepluss@gmail.com