mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
article: start pdo
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?php
|
||||
class Handler implements IHandler {
|
||||
protected $dbh;
|
||||
protected $pdo;
|
||||
protected $args;
|
||||
|
||||
function __construct($args) {
|
||||
$this->dbh = Db::get();
|
||||
$this->pdo = Db::pdo();
|
||||
$this->args = $args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user