mysql - Converting large web applications from mysql_connect to PDO usage -
i got assignment create new server environment. boss decided switch new version of php, encouraged. installed phpmyadmin on new server , got warning mqsql_connect function deprecated. understand old method , should start using pdo have many query's should changed when step on pdo right? take long time change these query's , take longer test them all.. there way make easier?
thanks in advance.
the way make easier @ point create pdoproxy class remaps/mimick mysql_xxx calls. can search replace on project providing "proxy" "perfect".
Comments
Post a Comment