Home » Database » MDB2_Schema » Bug #9172
MDB2_Schema::quoteIdentifier() undefined!
Details
| Submitted | 2006-10-26 19:11 UTC |
|---|---|
| From | cykit at 126 dot com |
| Assigned | ifeghali |
| Status | Closed |
| Package | MDB2_Schema |
| PHP Version | 5.1.6 |
| OS | windows 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.