Will there be future database support of mySQL and php 5.5 on the dreamweaver CC?

Will there be future support of mySQL and php 5.5 on the dreamweaver CC? I have seen various topics on this, and havent seen any answers on this as of yet. I feel it is very important to have this available, and not from some external company as an addon or something. I come from cs6 products, and am debating whether or not I should even join the creative cloud, or participate any further with Adobe products.
I have been a fan of Adobe for quite some time. However, if there isn't going to be any database tools within DW, I may decide to pass on the CC and comepletely hand code it all from now on.
Has anyone found yes or no answer to this yet? I am assuming there is no news yet, as the adobe posts I have read have no additional info other than they haven't updated the tools, thus removing them from CC.

Mikaroni wrote:
Will there be future support of mySQL and php 5.5 on the dreamweaver CC? I have seen various topics on this, and havent seen any answers on this as of yet. I feel it is very important to have this available, and not from some external company as an addon or something. I come from cs6 products, and am debating whether or not I should even join the creative cloud, or participate any further with Adobe products.
I have been a fan of Adobe for quite some time. However, if there isn't going to be any database tools within DW, I may decide to pass on the CC and comepletely hand code it all from now on.
Has anyone found yes or no answer to this yet? I am assuming there is no news yet, as the adobe posts I have read have no additional info other than they haven't updated the tools, thus removing them from CC.
I very much doubt that any future addition of DW will include any 'official' support for mySql database interactivity. CC hide the server behaviours this time around in an extention to be activated by the individual, its still available in CC but at the users own disgression, mySql is dead. You should be connecting and querying your databases using other methods like mySqli. Adobe have seen it fit to go in other directions and dispite the outcry of dropping the server behaviours there has been a deafening silence from Adobe. From that you can take it they think it is no longer an important part of their software package.
Mikaroni wrote:
I have been a fan of Adobe for quite some time. However, if there isn't going to be any database tools within DW, I may decide to pass on the CC and comepletely hand code it all from now on.
I have not updated to CC because it contains zero that would be of importance to my workflow. The more experienced a code writer you are the less DW has to offer. Any serious code writer would not miss DW if it went out of business. Fireworks is more important to me which LOL is going out of business...go figure. I think the Adone execs are screwed up snorting cocaine or something. I'm not really even sure why I use DW, maybe out of habit.
Certainly hand coding for database connectivity and querying is the ONLY way to go if you are not interested in third party extentions because continuing to use the current available server behaviours is a backwards step. I don't know how good these third party extentions are because there has never been a lot of talk about them around here which leads me to believe not many are considering them, maybe.

Similar Messages

  • Database setup with MySQL and PHP question

    Hello all,
    I recently had a problem getting a report to work for a site I was updating.  This site is written in PHP with a MySQL database.  The application is to track customer calls to auto repair stores.  The database has a lot of foreign keys because they wanted to update information in only one spot and have multiple records be updated all at once.  So, I've got all the information from individual calls saved in the call_log table, and have foreign keys to reference information in other tables (for example this table lists what store received the call referencing the store table).  If a store changes locations, they want to have reports automatically update with the new address, connection to conversation number, etc.
    In one of the responses to my question on how to get this report to work, I was told that this could be done without using foreign keys (by Normalizing the database using mapping tables).  I am still a newbie to MySQL, and after looking though a lot of manuals, tutorials, and forum posts, I am more confused now than ever.
    I got the report to work using the foreign keys, but I would like to learn what I should have done with the database (and how to get the information displayed).
    So for example one report would be displaying the following:
               Store                                                      Reason for the Customer Call
                                               breaks             oil change            shocks              tune up         total calls
    5636 - Bloomington                  2                       4                        0                       2                   8
    8875 - Duluth                           1                       6                       4                        8                  19
    with links on the store name to pull up the information on that specific store.  How would I change the database (listed below) to do this without foreign keys?  Any help would be greatly appreciated.
    call_log             (table that contains the following:)
    call_id
    conv_number
    date
    camp_type         (foreign key to the campaign table so it displays the campaign_id)
    reason               (foreign key to the call_reason table so it displays the reason_id)
    location              (foreign key to the store table so it displays the store_id)
    associate
    call_summary
    trainig_issue      (foreign key to the training_points table so it displays the training_key_id)
    visit_closed
    example            (foreign key to the example_type table so it displays the example_id)
    campaign          (table that contains the following:)
    campaign_id
    campaign_name
    campaign_promotion
    campaign_coupon
    campaign_startdate
    campaign_enddate
    call_reason       (table that contains the following:)
    reason_id
    reason
    store               (table that contains the following:)
    store_id
    store_number
    store_address
    store_city
    store_state
    store_postalcode
    store_name
    store_phone
    store_email
    store_mgr
    training_points  (table that contains the following:)
    training_key_id
    key_issue
    policy
    example_type  (table that contains the following:)
    example_id
    example_name
    example_image
    Thank you very much.

    Frankly, that is way to much of a question to be answered in detail on a forum... There's a lot involved and a lot of general database understanding required. I would highly recommend:
    Database Design for Mere Mortals:                       A Hands-On Guide to Relational Database Design, Second                       Edition -- by Michael                     J. Hernandez
    This is an invaluable book to get you going in the right direction and on a firm foundation.
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • Will there be an Ipad portal for images and amateur movies?

    Will there be an Ipad portal for images and amateur movies?

    Not sure what you mean by portal. You can import pics and videos using the camera connection kit.
    Using The iPad Camera Connection Kit
    http://support.apple.com/kb/HT4101
    Pad2, the new iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
     Cheers, Tom

  • If I go to a Verizon store tomorrow, Tuesday September 23, will there be any iPhone 6's available? I do not want the iPhone 6+, just the regular iPhone 6. I am looking to buy the 64 gb silver version, but will buy the 128 gb version if needed.

    If I go to a Verizon store tomorrow, Tuesday September 23, will there be any iPhone 6's available? I do not want the iPhone 6+, just the regular iPhone 6. I am looking to buy the 64 gb silver version, but will buy the 128 gb version if needed.

        Thanks for taking an interest in upgrading to a new phone. We would recommend calling the store before making a trip to see if they have you want in stock.
    Store Locator: http://bit.ly/3SdsA
    TamaraH_VZW
    Follow us on Twitter @VZWSupport

  • Apache, MySQL, and PHP

    I am new PHP development and working on a test project. I've installed Apache, MySQL and PHP on my Windows XP box and now I'm a little confused. I created a database and some sample code to retrieve data. Now, on a server I'm using which supports this how do I upload this to the server for use?
    I hope this makes sense. Is there a built-in app for that or do I upload my created db to the server.
    UPDATE: I forgot to add that I am working locally and now would like to port this over to my domain and server. My host uses a linux box with apache.
    Thanks in advance,
    mdawg

    Hi,
    Download the mysql admin gui from here : http://dev.mysql.com/downloads/gui-tools/5.0.html
    If your host server allows connections from other hosts you can use the mysql gui to connect to the local database as well as the host database and export the tables to your new database on the host. This is the way I prefer to do it... but some hosts only allow SQL connections from the localhost itself which basically means you won't be able to connect to it using the mysql gui tools.
    However you can still generate the database scripts from the gui tools and login to your hosts mysql manager - possibly phpMyAdmin and then simply execute the SQL script.
    Hope this helps,
    Brendan

  • HT201407 i forgot my apple id and password now my phone is not activate there message show this iphone was lost and erased sighn in with the apple id that was used to erase this iphone

    i forgot my apple id and password now my phone is not activate there message show this iphone was lost and erased sighn in with the apple id that was used to erase this iphone

    http://support.apple.com/kb/PH13695
    Click this link.. its help you
    http://www.youtube.com/watch?v=V48tYnkT4QI

  • Have a new computer and will I my adobe photoshop elements 12 downloading and installing, do you have the setup for me.

    I have a new computer and will I my adobe photoshop elements 12 downloading and installing, do you have the setup for me
    I see only photoshop elements 13
    Thanks

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I have a few songs that I purchased that either will not play or play for a minute and quit.  None of the suggestions in the Help section apply to me.  What do I need to do?

    I have a few songs that I purchased that either will not play or play for a minute and quit.  None of the suggestions in the Help section apply to my problem.  What do I need to do?

    hello, normally such issues are caused by a firewall/security software which doesn't recognize & therefore blocks new firefox versions. please try to remove all program rules for firefox in your firewall and let it detect the program again: [[Fix problems connecting to websites after updating Firefox]]

  • HT203433 Download of song will not complete has been over an hour and I have done all the suggested troubleshooting

                                                                Download of song will not complete has been over an hour and I have done all the troubleshooting suggestions to correct

    Hi Lisa Wozniak,
    Are you on a slow Network Connection? I would recommend you to Clear the browser Cache and History and  then try again or try using a different browser on a different Network Connection.
    Let me know if it works or not.
    Regards,
    Rahul Tyagi

  • Is there any app in itunes to save and hide messages rather than the sms locker app?

    Is there any app in itunes to save and hide messages rather than the sms locker app? I downloaded sms locker bu it is not use friendly at all.

    No.

  • My hotmail account will not verify on my iPhone at all and everytime I go on the web to sign in it says page not found

    My hotmail account will not verify on my iPhone at all and everytime I go on the web to sign in it says page not found

    You need to turn off find my ipad in settings
    Then restore to factory settings ipad will then be
    as new then enter you Apple ID and password
    bsydd uk

  • This will be my first time buying a laptop and I was thinking about the macbook pro with retina display but the price is a little to high I was wondering for any suggestions?  Like other ways to get it cheaper?

    This will be my first time buying a laptop and I was thinking about the macbook pro with retina display but the price is a little to high I was wondering for any suggestions?  Like other ways to get it cheaper?

    Actually you could get student discount from apple and a 10% dicksmith with limited time and I think jb hi fi gives even better discount. But lets see what other people think?

  • Will there be Future iPhone 5 "Ipod Out" support? Adapter perhaps?

    I have pre-ordered an iPhone 5, but I' have realised that it wont work with my car head unit - which cost nearly £2000 and was bought specifically to control, and display song information from my iPhone.
    It has been absolutely brilliant.  Being able to control tracks from my steering wheel, seeing the artwork on the screen and the track name and artist.  It made people go "wow".
    Unfortunately, the Ipod Out feature that allows control of the iphone from the steering wheel appears not to be supported due to the new lightning connector, nor does the 30pin adapter correct this.
    I am now faced with the odd possiblity of having to sell my iPhone 5 when I get it, and go back to a 4S, as it literally is the most important way, as a huge fan of music whilst driving, in which I use my iPhone day to day.
    I really really hope that Apple have a way to add "Ipod Out" support to the iPhone 5, so that it can again be controlled via a car's steering wheel.
    Cutting out a feature that helps prevent distractions, accidents, even deaths is wrong. 
    I will happily pay whatever Apple wants for the adapter in future, but I need to know its possible, otherwise I will have to go back to a 4S, as I cant be rooting in my glovebox to change iphone tracks.
    Does anyone know if Apple will be creating a future adapter that supports iPod Out, to bring safety back to the millions of cars that currently can control iphones and ipods through the steering wheel?
    It is an offence in the United Kingdom to interact with a mobile device in a car, even if its texting, or changing ipod tracks.  For UK iPhone owners - Ipod Out is a legal requirement to use the ipod in the car.  Please Apple, dont go backwards on car safety, I plead with you!
    Thankls

    I searched all over to try and find an answer to this...
    this is what I found in macworld.
    "As with the 30-pin connector, the Lightning connector supports video output; Apple told Macworld that Lightning-to-HDMI and Lightning-to-VGA cables will be available “in the coming months.”"
    found from: http://www.macworld.com/article/1168555/what_apples_new_lightning_connector_mean s_for_you.html
    also from: http://www.trustedreviews.com/news/iphone-5-lightning-connector-does-support-vid eo-output-hdmi-and-vga-cables-incoming
    From that I can only assume that the CONNECTOR does support iPod out, just not the adapter.
    I currently have a Pioneer AVIC-Z130bt and have the same issue at hand.
    So the real question is, how soon will pioneer be able to research and engineer a cable that goes from the lightning port to our radios?
    Also, I wonder, if I were to take the lightning cable that came with the iphone, plug it into the usb port that the iphone cable plugs into, then take a male-male headphone cable and plug it into the other female cable attached, would THAT work? Just wondering... I doubt it, but what if...
    Also found here: http://avic411.com/index.php?/blog/1/entry-50-iphone-5-what-we-know-so-far/
    "From what we currently understand, the iPhone 5, with the 30 pin adapter and the current cable from pioneer:
    Will support audio iPod output.
    Will support audio out apps (like Pandora)
    Might support controls (thumb up, thumb down, next, etc)
    Will NOT support video iPod, video app, or Enhanced App Radio functions."

  • Will there be Wacom stylus support?

    I know this has addressed in other places on this forum, but now that we know Adobe is officially no longer supporting Ideas, I felt compelled to add that the support of additional Styli is critical. I have held off on changing my workflow from Ideas to Draw mainly due to this fact.
    I really want to make the transition to Draw, other bugs in the program aside. But not supporting even the Wacom ICS1, which was supported by Ideas, is a deal-breaker.

    I totally agree with darenwoodward . Now that Ideas is being dropped, Draw needs to support more pressure sensitive styluses. I know Adobe was hoping that everyone would just trash their current stylus and run out and buy an Ink and Slide. But at $200, that's not a reasonable expectation. Especially considering that the Ink and Slide is exactly the kind of hardware one would expect from a software company. Honestly Adobe, you really didn't think this all the way through did you?

  • Oracle Database Support on Twitter and Facebook

    Stay current on the latest Oracle Database Support news and events including important product announcements, alerts, updates, new releases, and patches.
    Follow us on Twitter https://twitter.com/OracleDBsupport
    Like our Facebook page https://www.facebook.com/OracleDatabaseSupport

    Yes, i have already put a micro SIM. I ve read about other people with the same problem..
    Regards!
    El rojo y el blanco me vuela la mente!

Maybe you are looking for