JDatabase::getEscaped/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JDatabase::getEscaped

Description

Get a database escaped string.

Description:JDatabase::getEscaped [Edit Descripton]

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

See also

SeeAlso:JDatabase::getEscaped [Edit See Also]

User contributed notes


Personal tools