2017 © Pedro Peláez
 

cakephp-plugin cakephp-query-param-preserver

A CakePHP Query Param Preserver Component

image

psa/cakephp-query-param-preserver

A CakePHP Query Param Preserver Component

  • Thursday, May 17, 2018
  • by burzum
  • Repository
  • 2 Watchers
  • 2 Stars
  • 18,833 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 5 Versions
  • 12 % Grown

The README.md

Query Param Preserver Component

A plugin to preserve the query params between requests and even visits by storing them in the users session., (*1)

Be aware that this is has downsides, for example if two tabs are open and an user modifies the params in one it will affect the next page reload in the other tab as well., (*2)

Setup

Checkout the plugin using composer., (*3)

composer require psa/cakephp-query-param-preserver:dev-master

Load the plugin and define the actions for which you want to preserve the query params. The plugin won't do anything by default, you have to define the actions explicitly., (*4)

$this->loadComponent('Psa/QueryParamPreserver.QueryParamPreserver', [
    // The action the component should be active on
    'actions' => [
        'index'
    ],
    // You want to ignore the page param on pages with pagination
    'ignoreParams' => [
        'page'
    ]
]);

Copyright PSA Publishers Ltd., (*5)

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file., (*6)

The Versions

17/05 2018

dev-develop

dev-develop http://www.world-architects.com/

A CakePHP Query Param Preserver Component

  Sources   Download

MIT

The Requires

 

The Development Requires

04/10 2017

dev-master

9999999-dev http://www.world-architects.com/

A CakePHP Query Param Preserver Component

  Sources   Download

MIT

The Requires

 

The Development Requires

27/09 2017

1.0.x-dev

1.0.9999999.9999999-dev http://www.world-architects.com/

A CakePHP Query Param Preserver Component

  Sources   Download

MIT

The Requires

 

The Development Requires

09/03 2017

1.0.1

1.0.1.0 http://www.world-architects.com/

A CakePHP Query Param Preserver Component

  Sources   Download

MIT

The Requires

 

The Development Requires

18/04 2016

1.0.0

1.0.0.0 http://www.world-architects.com/

A CakePHP Query Param Preserver Component

  Sources   Download

MIT

The Requires

 

The Development Requires