16 require
'../../../_src/_config.php';
19 $tx =
'prova MSSQL' . PHP_EOL . PHP_EOL;
21 $tx .=
'connessione: ' . print_r(
$cf[
'mssql'][
'connection'],
true ) . PHP_EOL;
22 $tx .=
'risultato: ' . print_r(
mssqlCachedQuery(
$cf[
'memcache'][
'connection'],
$cf[
'mssql'][
'connection'],
'SELECT id,nome FROM utenti' ),
true ) . PHP_EOL;
$cf['ricerca']['template']
mssqlCachedQuery( $m, $c, $q, $p=false, $t=MEMCACHE_DEFAULT_TTL, &$e=array())