catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

Uncaught Error: Class 'Medoo\PDO' not found in [...] #499

Closed aolko closed 7 years ago

aolko commented 7 years ago

solution:

<?php
namespace Medoo;

use PDO;
catfan commented 7 years ago

Fixed it.