Subversion Repositories oidplus

Rev

Rev 224 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 227
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
if (!defined('IN_OIDPLUS')) die();
20
if (!defined('IN_OIDPLUS')) die();
21
 
21
 
22
class OIDplusDataBasePDO extends OIDplusDataBase {
22
class OIDplusDataBasePluginPDO extends OIDplusDataBasePlugin {
23
        private $pdo;
23
        private $pdo;
24
        private $last_query;
24
        private $last_query;
25
        private $prepare_cache = array();
25
        private $prepare_cache = array();
26
 
26
 
27
        public static function getPluginInformation() {
27
        public static function getPluginInformation() {