DHTMLX / connector-php

PHP extension for the DHTMLX library
http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml
GNU General Public License v3.0
26 stars 29 forks source link

fatal error PDO not found #7

Closed matak closed 9 years ago

matak commented 9 years ago

Fatal Error Class 'Dhtmlx\Connector\DataStorage\PDO' not found

Classes and interfaces without a backslash \ inside their fully-qualified name (for example, the built-in PHP Exception class) must be fully qualified when used in a namespaced file: for example new \Exception();.

EgorLazarovich commented 9 years ago

Thank you for your fix.