tiny ‘n’ smart
database layer

Odkazy: dibi | API reference

Oznámení

Omlouváme se, provoz fóra byl ukončen

driver postgre & persistent

před 11 lety

A.
Člen | 87

Radek 92. If podminka dela presnej opak.

<php
if (isset($config['persistent'])) {
    $this->connection = pg_connect($string, PGSQL_CONNECT_FORCE_NEW);
} else {
    $this->connection = pg_pconnect($string, PGSQL_CONNECT_FORCE_NEW);
}
>

Editoval A. (19. 10. 2008 14:52)

před 11 lety

David Grudl
Nette Core | 6806

díky, fixed