Copy link to clipboard
Copied
Hi all,
When using server behaviors in cs6 with php and mysql database, what type of mysql/php is being used to work with the database?
seems like mysql but
Is it mysql or myslqi or PDO?
if mysql, Ii there a way to convert it to mysqli?
Copy link to clipboard
Copied
Neither. If you want to use PDO or MySqli, you'll have to code it yourself.
Nancy O.
Copy link to clipboard
Copied
Thanks Nancy O.
so then is cs6 using mysql functions with server behaviors?
Copy link to clipboard
Copied
Yes. And it's clumsy code that doesn't meet current PHP recommendations. I don't use server-behaviors.
"PHP has now officially deprecated the original mysql functions, as used in Dreamweaver server behaviors, and has announced that they will be removed "in the future".
http://forums.adobe.com/message/5200983
Nancy O.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now