Download the PHP package k1low/escape without Composer
On this page you can find all versions of the php package k1low/escape. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor k1low
Package escape
Short Description Auto escaping plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/escape
Package escape
Short Description Auto escaping plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/escape
Please rate this library. Is it a good library?
Informations about the package escape
Auto escaping plugin for CakePHP
Requirements
- PHP >= 5.2.6
- CakePHP >= 2.0
Installation
First, put `escape’ directory on app/plugins in your CakePHP application.
Second, add the following code in app_controller.php
create object and set escaped/raw value
app_controller.php example
$this->data escape
If you do not escape $this->data, add the following code in app_controller.php.
<?php
class AppController extends Controller {
var $components = array('Escape.Escape' => array('formDataEscape' => false));
}
TODO
- Auto Decoding in FormHelper::input()
All versions of escape with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
*
The package k1low/escape contains the following files
Loading the files please wait ....