Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CS6 - what type of mysql/php is being used?

Contributor ,
May 18, 2013 May 18, 2013

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?

TOPICS
Server side applications
970
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 01, 2013 Jun 01, 2013

Neither.  If you want to use PDO or MySqli, you'll have to code it yourself.

Nancy O.

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 01, 2013 Jun 01, 2013

Thanks Nancy O.

so then is cs6 using  mysql functions with server behaviors?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 01, 2013 Jun 01, 2013
LATEST

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.

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines