Download the PHP package mikehaertl/xreturnable without Composer
On this page you can find all versions of the php package mikehaertl/xreturnable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mikehaertl/xreturnable
More information about mikehaertl/xreturnable
Files in mikehaertl/xreturnable
Download mikehaertl/xreturnable
More information about mikehaertl/xreturnable
Files in mikehaertl/xreturnable
Vendor mikehaertl
Package xreturnable
Short Description Yii extension to create URLs that allow to return to a page by storing its GET Parameters on a stack.
License MIT
Homepage https://github.com/mikehaertl/xreturnable
Package xreturnable
Short Description Yii extension to create URLs that allow to return to a page by storing its GET Parameters on a stack.
License MIT
Homepage https://github.com/mikehaertl/xreturnable
Please rate this library. Is it a good library?
Informations about the package xreturnable
XReturnable
This behavior can create URLs that allow to return to a page by storing its GET Parameters on a stack.
Installation
- Extract the release file under
protected/extensions
- Attach the beahvior in the [CController::init()] method of any controller you want to use it.
Usage
Create an URL that contains all the GET parameter of the current page:
If you perform an action on the page user/edit
you can use this code to return to the originating page:
or create a link to the originating page in the view
with:
See the included demo for a more extensive example.
Change Log
Release 1.0.3, January 24, 2013
- Fixed bug with URL creation from module (gerthelsen)
Release 1.0.2, November 11, 2009
- Fixed bug with multi-dim GET parameters (thanks to Márcio for supplying a fix)
- Name of GET stack variable is now configurable with paramName
Release 1.0.1, July 13, 2009
- Fixed bug with url compression and path format (thanks to robak for finding this)
Release 1.0.0, June 8, 2009
- Initial release
All versions of xreturnable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.0.0
The package mikehaertl/xreturnable contains the following files
Loading the files please wait ....