Lines Matching refs:PDO
175 while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
279 $row = $result->fetch(PDO::FETCH_ASSOC);
360 $result->bindValue(':name', $filter['name'], PDO::PARAM_STR);
361 $result->bindValue(':user', $filter['user'], PDO::PARAM_STR);
362 $result->bindValue(':nameclean', $filter['name'], PDO::PARAM_STR);
363 $result->bindValue(':userclean', $filter['user'], PDO::PARAM_STR);
364 $result->bindValue(':mail', $filter['mail'], PDO::PARAM_STR);
365 $result->bindValue(':limit', (int)$filter['limit'], PDO::PARAM_INT);
366 $result->bindValue(':start', (int)$filter['start'], PDO::PARAM_INT);
373 while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
400 while ($rowgrp = $resgrp->fetch(PDO::FETCH_ASSOC)) {
448 $result->bindValue(':limit', (int)$limit, PDO::PARAM_INT);
449 $result->bindValue(':start', (int)$start, PDO::PARAM_INT);
455 while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
605 $this->_phpbb_sql_link = new PDO(
614 $this->_phpbb_sql_link = new PDO($dsn);
619 $this->_phpbb_sql_link = new PDO(
634 $this->_phpbb_sql_link = new PDO($dsn);
693 $row = $result->fetch(PDO::FETCH_ASSOC);
728 while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
776 $row = $result->fetch(PDO::FETCH_ASSOC);
820 $row = $result->fetch(PDO::FETCH_ASSOC);