PHP - how to refresh pdo? it's catching old mysql column name?
I'm using PDO to access mysql database in PHP.
If I rename a column in MySQL table, PDO continues to use the old column
name in result sets, breaking my code. How to tell PDO to refresh column
names or whatever that's causing this weird cache.
No comments:
Post a Comment