Download the PHP package pbd-kn/contao-inputvar-bundle without Composer
On this page you can find all versions of the php package pbd-kn/contao-inputvar-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pbd-kn/contao-inputvar-bundle
More information about pbd-kn/contao-inputvar-bundle
Files in pbd-kn/contao-inputvar-bundle
Package contao-inputvar-bundle
Short Description get/set Input Variables
License LGPL-3.0-or-later
Homepage https://contao.org
Informations about the package contao-inputvar-bundle
Contao 4 Inputvar bundle
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the [project website][1] for more information.
inputvar stellt inserttags zum lesen und schreiben von GET POST und SESSION Varibale zur Verfuegung
{{get::var[::opt]}} // variable aus _GET {{post::var[::opt]}} // variable aus _POST {{posthtml::var[::opt]}} // variable aus _POST (belaesst erlaubte HTML-Tags im Wert) {{postraw::var[::opt]}} // variable aus _POST (ohne grosse Sicherheitsueberpruefung -> UNSICHER!) {{cookie::cookie[::opt]}} // variable aus _COOKIE {{session::var[::opt]}} // variable aus _SESSION {{setpost::var::value} // setzt variable in _POST {{setget::var::value} // setzt variable in _GET {{setcookie::var::value} // setzt variable in _COOKIE
Gueltige FunktionsOptions
mysql_real_escape_string
addslashes, stripslashes, standardize, ampersand, specialchars
nl2br, nl2br_pre, strtolower, utf8_strtolower, strtoupper
utf8_strtoupper, ucfirst, lcfirst, ucwords, trim, rtrim, ltrim
utf8_romanize
strlen, strrev
decodeEntities, encodeEmail, number_format, number_format_2
All versions of contao-inputvar-bundle with dependencies
contao/core-bundle Version ^4.9
symfony/config Version ^4.4 || ^5.1
symfony/dependency-injection Version ^4.4 || ^5.1
symfony/http-kernel Version ^4.4 || ^5.1
contao/easy-coding-standard Version ^4.2