i’m trying to use the xPDO because not all old version of the php has the PDO class
and some one told me the xpdo class will work if there is no pdo in the host and now i’m trying to use it and it tell me
Fatal error: Class 'PDO' not found
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should use the version 1.x of xPDO (link) that supports PDO emulation (2.x doesn’t).