doyz51819 2012-09-23 11:20
浏览 14
已采纳

混合PDO和MySQL函数?

On the existing system its use old MySQL functions.. I would like to replace it all to PDO but it would take a long time and a lot of testing.

Is it possible to mix PDO and MySQL Functions on the existing system? For example new pages/php files will use PDO... All the old files will still use old MySQL for time being and will be replaced slowly as system will continue to update..

  • 写回答

2条回答 默认 最新

  • dsbqfrr098575666 2012-09-23 11:26
    关注

    Yes, it is perfectly fine to use both at the same time. Keep in mind, though, that you would need a seperate connection for either type and beware of the implications that arise from such an approach.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?