JDatabase::getEscaped/11.1

From Joomla! Documentation

Jump to: navigation, search

Joomla 11.1 JDatabase::getEscaped

Description

Method to escape a string for usage in an SQL statement.

Description:JDatabase::getEscaped [Edit Descripton]

public function getEscaped (
        $text
        $extra=false
)
Parameter Type Default Description
$text string The string to be escaped.
$extra bool false Optional parameter to provide extra escaping.
  • Returns string The escaped string.
  • Defined on line 1153 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also

SeeAlso:JDatabase::getEscaped [Edit See Also]

User contributed notes


Personal tools