Пример #1
0
 function modifyTableName($table)
 {
     $prefix = OA_DB_Sql::getPrefix();
     $oDbh = OA_DB::singleton();
     return $oDbh->quoteIdentifier($prefix . $table, true);
 }