PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB2_Schema » Bug #9172

MDB2_Schema::quoteIdentifier() undefined!

Details

Submitted2006-10-26 19:11 UTC
Fromcykit at 126 dot com
Assignedifeghali
StatusClosed
PackageMDB2_Schema
PHP Version5.1.6
OSwindows xp
Roadmaps(Not assigned)

Comments

[2006-10-26 19:11 UTC] cykit at 126 dot com

Description:
------------
Call to undefined method MDB2_Schema::quoteIdentifier() in F:\Projects\PHP\CySay\libaray\PEAR\MDB2\Schema.php on line 988

Test script:
---------------
$query = "SELECT MAX($field) FROM ".$this->quoteIdentifier($table, true);

[2006-10-26 19:16 UTC] cykit at 126 dot com

The test script is from the code of Schema.php line 988 of MDB2_Schema package.