Home
last modified time | relevance | path

Searched refs:pdo (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php20 protected $pdo;
45 $this->pdo = new PDO(
213 $this->pdo->beginTransaction();
237 $this->pdo->commit();
242 $this->pdo->rollBack();
258 $this->pdo->beginTransaction();
328 $this->pdo->commit();
333 $this->pdo->rollBack();
513 $this->pdo->beginTransaction();
529 $this->pdo
18 protected $pdo; global() variable in auth_plugin_authpdo
[all...]