脏话/舌头

舌头是 CakePHP 控制器动作 **脏** 类型提示插件。

安装数: 4,657

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 4

分支: 1

开放问题: 0

类型:cakephp-plugin

1.0.1 2014-11-26 05:29 UTC

This package is auto-updated.

Last update: 2024-08-29 04:14:26 UTC


README

"舌头" 是 CakePHP 控制器动作 "类型提示" 插件。

使用方法

// PostsController.php
    public $components = [
        'Tongue.Tongue'
    ];

    public function view(TNumeric $id) { // <= TypeHinting!!!
        $post = $this->Post->findById($id);
        $this->set(compact('post'));
    }

许可证

MIT 许可证