-
Replied To a Post in [PHP CLI] PDO doesn't error
I put it here first too :D just before your reply. Thank you for your time and help! -
Marked Solved Status for [PHP CLI] PDO doesn't error
I am writing a CLI application in PHP and I can't seem to understand why my MySQL Class that uses PDO will not get past the PDO or even error. … -
Replied To a Post in [PHP CLI] PDO doesn't error
I have been going over each line of my code for about the last hour or so if not more. I found some discrepancies in my variables. I used in … -
Replied To a Post in [PHP CLI] PDO doesn't error
So it doesn't time out. I can connect with SQL Workbench to the Docker container running on my local machine. I have tested with the MySQL instance not running and … -
Replied To a Post in [PHP CLI] PDO doesn't error
`$this->PDO` is setting `private $PDO;` -
Replied To a Post in [PHP CLI] PDO doesn't error
Sure I wasn't sure if that was frowned upon. Here are the other places I have posted it. [StackOverflow](https://stackoverflow.com/questions/50147488/trying-to-get-pdo-connection-to-establish) [Reddit r/webdev](https://www.reddit.com/r/webdev/comments/8go2b4/trying_to_get_pdo_connection_to_establish/) -
Replied To a Post in [PHP CLI] PDO doesn't error
If I remember right it is needed to access global class outside of the namespace. Someone on stackoverflow pointed out it was “wrong” when it didn’t have it then proceeded … -
Edited [PHP CLI] PDO doesn't error
I am writing a CLI application in PHP and I can't seem to understand why my MySQL Class that uses PDO will not get past the PDO or even error. … -
Created [PHP CLI] PDO doesn't error
I am writing a CLI application in PHP and I can't seem to understand why my MySQL Class that uses PDO will not get past the PDO or even error. … -
Began Watching [PHP CLI] PDO doesn't error
I am writing a CLI application in PHP and I can't seem to understand why my MySQL Class that uses PDO will not get past the PDO or even error. …
The End.