teepluss / hasher
CakePhp的Hash为Laravel
dev-master
2014-07-25 05:14 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2024-09-24 02:08:37 UTC
README
安装
要获取最新版本的Theme,只需在您的composer.json
文件中引入它。
"teepluss/hasher": "dev-master"
然后您需要运行composer install
来下载它并更新自动加载器。
用法
// Common Usage: $users = $this->User->find("all"); $results = Hasher::extract($users, '{n}.User.id'); // $results equals: // array(1,2,3,4,5,...);
更多示例
支持或联系
如果您有任何问题,请联系teepluss@gmail.com