teepluss/hasher

CakePhp的Hash为Laravel

dev-master 2014-07-25 05:14 UTC

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,...);

更多示例

CakePhp Hash

支持或联系

如果您有任何问题,请联系teepluss@gmail.com

Support via PayPal