]> git.wh0rd.org - tt-rss.git/blobdiff - classes/plugin.php
minor css fixes (mostly for zoom mode)
[tt-rss.git] / classes / plugin.php
index fcf329ca10c2b356a8628d8ee42ae2e8785dc40d..b90c603b7357e1174d24bba94de16846d9d12610 100644 (file)
@@ -2,11 +2,19 @@
 abstract class Plugin {
        const API_VERSION_COMPAT = 1;
 
+       /** @var PDO */
+       protected $pdo;
+
+       /* @var PluginHost $host */
        abstract function init($host);
 
        abstract function about();
        // return array(1.0, "plugin", "No description", "No author", false);
 
+       function __construct() {
+               $this->pdo = Db::pdo();
+       }
+
        function flags() {
                /* associative array, possible keys:
                        needs_curl = boolean