JDatabase::Quote/1.5

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.5 JDatabase::Quote

Description

Get a quoted database escaped string.

Description:JDatabase::Quote [Edit Descripton]

public function Quote (
        $text
        $escaped=true
)
Parameter Type Default Description
$text string A string
$escaped boolean true Default true to escape string, false to leave the string unchanged
  • Returns string public
  • Defined on line 931 of libraries/joomla/database/database.php

See also

SeeAlso:JDatabase::Quote [Edit See Also]

User contributed notes


Personal tools