pbd-kn/contao-inputvar-bundle
最新稳定版本:2.0.10
Composer 安装命令:
composer require pbd-kn/contao-inputvar-bundle
包简介
get/set Input Variables
README 文档
README
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
ANSI wandelt utf8
统计信息
- 总下载量: 821
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2021-01-10