2017 © Pedro Peláez
 

cakephp-plugin tongue

Tongue is CakePHP controller action **dirty** TypeHinting plugin.

image

junkins/tongue

Tongue is CakePHP controller action **dirty** TypeHinting plugin.

  • Wednesday, November 26, 2014
  • by Junkins
  • Repository
  • 3 Watchers
  • 2 Stars
  • 2,794 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Tongue

"Tongue" is CakePHP controller action dirty "TypeHinting" plugin., (*1)

Usage

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

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

License

The MIT License, (*2)

The Versions

26/11 2014

dev-master

9999999-dev https://github.com/Junkins/Tongue

Tongue is CakePHP controller action **dirty** TypeHinting plugin.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp type hinting

26/11 2014

1.0.1

1.0.1.0 https://github.com/Junkins/Tongue

Tongue is CakePHP controller action **dirty** TypeHinting plugin.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp type hinting

13/11 2014

1.0.0

1.0.0.0 https://github.com/Junkins/Tongue

Tongue is CakePHP controller action **dirty** TypeHinting plugin.

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp type hinting