Dreamweaver CS5 PHP Frameworks

Hi,
I am using CakePHP and I would love to be able to work directly in Dreamweaver.  Is this possible at all?  I have already modified both Extensions.txt files and the MMDocumentTypes.xml file to treat the .ctp files as .php files.  I can now open .ctp files in Dreamweaver but as soon as it detects that documents are dynamically-related, design view is disabled.  It does however somehow recognize some of the .js and .css files related to a particular view file.  I know this works for WordPress, Joomla and Drupal, is there a way to customize this functionality for any of the php-based MVC frameworks?
Thanks so much,
Jesse

Hi,
I am using CakePHP and I would love to be able to work directly in Dreamweaver.  Is this possible at all?  I have already modified both Extensions.txt files and the MMDocumentTypes.xml file to treat the .ctp files as .php files.  I can now open .ctp files in Dreamweaver but as soon as it detects that documents are dynamically-related, design view is disabled.  It does however somehow recognize some of the .js and .css files related to a particular view file.  I know this works for WordPress, Joomla and Drupal, is there a way to customize this functionality for any of the php-based MVC frameworks?
Thanks so much,
Jesse

Similar Messages

  • Dreamweaver CS5 PHP and MS SQL

    Does Dreamweaver CS5 support using PHP with MS SQL?

    Hi
    This works with both the SQL Server 2008 Developers edition and the SQL server 2008 Express edition.
    The first thing to ensure is that you have the mssql client for the mssql database installed, (also known as the SQL Server management studio), then go here and download the server driver for php - http://sqlsrvphp.codeplex.com/, I would recommend the release candidate as this support php 5.2 and 5.3, (it is named as "SQL server driver for php 2") yes the name is misleading!
    Unpack the file into a temp, directory, then copy the files required to your php extensions directory, (the two files required will depend on your version of php, check the documentation) you do not have to use the pdo file if you are happy creating your own standard sql statements, but doing so will mean that the pdo extension must also be installed for php.
    For php 5.2 you would then add the following to your php ini file, (in the extensions section) -
    [PHP_MSSQL]
    extension=php_sqlsrv_52_ts_vc6.dll
    [PHP_PDO_MSSQL]
    extension=php_pdo_sqlsrv_52_ts_vc6.dll
    If using pdo ensure the following is also included -
    [PHP_PDO]
    extension=php_pdo.dll
    Restart your server.
    O/k, that's the easy part, now to check the installation. For this I installed the "AdventureWorks" database, which you can get here - http://sqlserversamples.codeplex.com/releases/view/45923.
    Use the SQL management studio to check the database installed correctly, (while you are there make a note of your server name, and user name and password if not using your windows authentication).
    Now to see if the installation is correct/
    Open dreamweaver and create a new, (blank) php page, replace all the code, (all the html code) with the following, (the examples give in the help files by Microsoft are wrong) -
    The section I have highlighted in red, change this to match your sql server name.
    <?php
    try {
       $conn = new PDO( "sqlsrv:Server=PAULAS-PC\SQLEXPRESS;Database=AdventureWorks", NULL, NULL);
       $conn->setAttribute( PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION );}
    catch( PDOException $e ) {
       die( "Error connecting to SQL Server" );
    echo "Connected to SQL Server\n";
    $query = 'select * from Person.ContactType';
    $stmt = $conn->query( $query );
    while ( $row = $stmt->fetch( PDO::FETCH_ASSOC ) ){
       print_r( $row );
    ?>
    The NULL and NULL in the connection string, ($conn = new PDO...) indicates that you are using the windows authentication, if not replace these with your user name and password respectively.
    Save the page and select 'live view', the first four words should say "Connected to SQL server".
    As I said, I am currently working on including the MSsql connection as part of my "php/mysql pdo extension", which is very 'rough code' at the moment and the items are not fully compatible with how dreamweaver normally works, which means I am using mysql for some development, (creating the basic recordsets etc.) and then pasting/modifying the code into the mssql pages for testing.
    If your interested, the extension can be downloaded here - http://www.pziecina.com/design/dreamweaver/pdo_extension.php, the log-in/out etc are done but not included yet.
    Let me know how you get on with this, and if you have any problems.
    Paula Z

  • Dreamweaver CS5 PHP 5.3 support.

    Hi,
    Anyone know where I can get more details about:
    The currently supported PHP version in Dreamweaver CS5.
    The status of support for PHP 5.3 (if it's coming, when, or are there plugins.)
    I very much like the new features in the CS5 version, but I need PHP 5.3 support, too.
    Thank you for your help,
    Adam

    Dreamweaver supports any version of PHP. However, Dreamweaver's code hints support only PHP 5.2. If you want the support to be upgraded, submit a feature request through the form at http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.

  • DreamWeaver CS5, PHP and DB2 Connections

    Hi,
    I have been playing around with a XAMPP server, a mySQL database and DW CS5. This all works great and DW is a great assistant compiling the necessary PHP code so I dont have to worry about all that.
    I do have a number of DB2 database I would like to attach to and there is nothing untuitive in DW allowing me to connect to DB2 databases. Has anyone seen any useful examples here
    All my Apache and DB2 server are running on Linux hence Windows samples will not be that useful to me.
    ThnX in advance for any hints.
    - Bjoern

    Hi,
    I have been playing around with a XAMPP server, a mySQL database and DW CS5. This all works great and DW is a great assistant compiling the necessary PHP code so I dont have to worry about all that.
    I do have a number of DB2 database I would like to attach to and there is nothing untuitive in DW allowing me to connect to DB2 databases. Has anyone seen any useful examples here
    All my Apache and DB2 server are running on Linux hence Windows samples will not be that useful to me.
    ThnX in advance for any hints.
    - Bjoern

  • Can I make dreamweaver to create a php framework?

    Hi,
    I don't know where to post this so pardon me for being a noob. What I want to know is that can I make dreamweaver create a framework for php? What I mean to say is that I want that dreamweaver should output the Connections file in php mysql database to framework/database folder and not the default folder. I tried searching the web for a tutorial but I did not find anything.
    Since, dreamwever server behaviours is a boon to web designers and developers alike as it cut downs the hand coding part, I want that dreamweaver should follow a framework folder structure which I can define.
    Any help will be appreciated.
    Thanks.
    Gaurav

    jon@cmiwebstudio wrote:
    it would be nice to see adobe include a php framework in DWCS5 (zend), although I'm not sure about the legal details of that.
    There would be no legal problems including the Zend Framework in Dreamweaver CS5. I spoke to a representative of Zend at Adobe MAX at the beginning of this month, and asked specifically about including Zend Framework files in something I'm planning to do. He said there would be no problem, because the framework is released under the BSD licence.
    However, from a Dreamweaver point of view, including any framework would be problematic. Let's say Adobe chooses the Zend framework. What happens to people who prefer using CakePHP, CodeIgniter, or Symfony? What happens when a new version of the selected framework comes out?
    As I mentioned in another thread, some heavy hints were dropped by Adobe at MAX about improved support for PHP in CS5. However, you'll need to wait until Adobe makes an official announcement to find out what form it will take. From what I hear, the improvements are very impressive. Whether they will satisfy everyone remains to be seen. That's why it's important to send feature requests to Adobe. Most decisions on new features are made in the two or three months immediately following a release. CS4 is already a year old, so it's a bit late for any feature request to be implemented in CS5. But good ideas, well presented, can help shape the direction of future versions.

  • Using PHP code hinting in Dreamweaver CS5 | Learn Dreamweaver CS5 & CS5.5 | Adobe TV

    Learn how easy it is to create PHP code by using some of the new code-hinting features in Dreamweaver CS5
    http://adobe.ly/wjmnc1

    I've been using Dreamweaver to create php based websites with the popular Zend Framework 1.  I'm now trying to integrate Dreamweaver with ZF2 and the Dreamweaver is giving me errors for lies such as:
    $loader = new Zend\Loader\StandardAutoloader(array('autoregister_zf' => true));
    and
    use Zend\Session\Container;
    even though the lines are correct.  Do I have to do anything special in Dreamweaver so that it recognizes these statements as not being errors?

  • Working with CMS frameworks | Learn Dreamweaver CS5 & CS5.5 | Adobe TV

    Explore Dreamweaver CS5's enhanced integration tools for Content Management Systems, such as Wordpress, Drupal, and Joomla. Quickly access, edit and filter dynamically-related files by using the Live View feature and site-specific code hinting.
    http://adobe.ly/xHQ3vX

    I cant get this working with my joomla site.
    When I open my indeex.php file and then choose discover it serches for a while but then nothing happens.
    I have also tried this on the index.php file for my template. But it says "an error occurred while discovering dynamically-related files.
    Is there someting im missing?
    //Jim

  • Dreamweaver CS5.5 Mobile Apps with PHP and MYSQL?

    Hello,
    I don't have Dreamweaver CS5.5 yet and I've been trying to search for information on this but I couldn't find any. I've been learning PHP and been developing with MYSQL with Dreamweaver CS5 but I wanted to know if I can use the same tags and everything if I would to build a Mobile App using the new Dreamweaver CS5.5 (http://tv.adobe.com/watch/cs-55-web-premium-feature-tour-/dreamweaver-cs-55-jquery-mobile- pages/). I overlooked at the video and it seems pretty easy building an app. So is PHP and MYSQL easily integratable? Are there any examples that I might be able to check out?
    Thanks!

    No. PHP is a server-side scripting language that requires a server (or server-like environment) to run.
    An iPhone (or Android) application does not allow for a "built-in" server (which is resource intensive and has scary security implications). You just can't build an application with PHP/MySQL for a mobile device. Instead you can build a web service that your HTML/JavaScript mobile application can then communicate with. This is the only supported way you can use PHP/MySQL in a mobile app. Again: the PHP/MySQL should reside on a server and your HTML/JS mobile app can then communicate with that web service. That's what instapaper and other applications do.
    Frankly, just make a web application that's mobile device friendly and you'll:
    1) Avoid all the messiness of the app stores
    2) Have greater control over what your web app can do (don't have to tow the Apple/Google line)
    3) Have a web app that can work across mulitple mobile devices as well as standard web browsers (i.e. more audience = more $).
    4) Future proof your application (pushing updates to your server and everyone using your web app is updated)
    Otherwise, read-up on Adobe AIR and what it supports and remember, the best apps are written natively for the platform (i.e. want to write an app for an iPhone? Learn Objective-C and use xCode on a Mac. Want to write an app for Motorola Xoom? Learn the Android SDK and use inteliJ).

  • ANN: Dreamweaver CS5 with PHP: Training from the Source - Rough Cuts

    If you would like to get early access to my next book "Adobe Dreamweaver CS5 with PHP:  Training from the Source", the first six chapters (of 12) are now  available as Rough Cuts in Safari  Books Online.
    If you have a Safari Library subscription, you can  view the chapters free of charge, and see new ones as they're added.  Without a subscription, you can get access to the book in PDF format for  $34.99, including the finished ebook version when the book is complete.  You can also opt for the Rough Cuts PDF and Print bundle for $67.48.  The print version is expected to be released in early August.

    FIXED!!
    1)
    i finally did get the message problem was with:
    $mailhost='ssl://mail.domain.com';
    ssl:// was just nonsense and been removed
    2)
    'auth' => 'true' was changed to 'auth' => 'login'
    3)
    for bluehost i got information that it was tls secure connection protocol not ssl
    'ssl' => 'tls'
    4)
    port used '25' not 465.
    Didnt still tried 26 and 465 maybe they would work too.

  • Easy Install Android SDK via Dreamweaver CS5.5 Configure Application Framework

    I have been trying to download Android SDK using Configure Application Framework from Site >> Mobile Applications but get the following error message everytime I try:
    After clicking on "Easy Install..." button:
    According to several tutorials available in Adobe's development network, this should be as easy as clicking on the button. I wonder what could be the issue on my end. Could you help please?
    Thank you,

    I have followed all the instructions for the test application that adobe supplied and i cant get it to run the emulator below is my log file what is wrong and why wont it run.
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\ANDROI~1\PLATFO~2
    C:\Users\android-sdk\platform-tools\adb.exe devices
    </DW>
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    List of devices attached
    Launching the Android emulator
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\ANDROI~1\tools
    C:\windows\system32\cmd.exe /u /c "C:\Users\android-sdk\tools\emulator.exe -partition-size 1024 -cpu-delay 0 -no-boot-anim -avd DW_AVD"
    </DW>
    Cloning seed app for Android
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER
    C:\windows\system32\cmd.exe /u /c C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\DWPHON~1\android\scripts\droidGap.bat "C:\Program Files\Adobe\Adobe Dreamweaver CS5.5\Configuration\NativeAppFramework\DWPhoneGap\android\PhoneGapApp" "Meridien" com.adobe.meridien 1.0 "C:\Users\android-sdk" 8
    </DW>
    CaCreated project directory: C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\src\com\adobe\meridien
    Added file C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\src\com\adobe\meridien\Default Activity.java
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\bin
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\libs
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res\values
    Added file C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res\values\strings.xml
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res\layout
    Added file C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res\layout\main.xml
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res\drawable-hdpi
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res\drawable-mdpi
    Created directory C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\res\drawable-ldpi
    Added file C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\AndroidManifest.xml
    Added file C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\build.xml
    Added file C:\Users\Craig\KC Media Clients\Apps\com.adobe.meridien_Android\com.adobe.meridien\proguard.cfg
    CLONE SUCCESSFUL
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER
    C:\windows\system32\cmd.exe /u /c C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1\bin\ant.bat debug
    </DW>
    Buildfile: C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\build.xml
        [setup] Android SDK Tools Revision 12
        [setup] Project Target: Google APIs
        [setup] Vendor: Google Inc.
        [setup] Platform Version: 2.2
        [setup] API level: 8
        [setup]
        [setup] ------------------
        [setup] Resolving library dependencies:
        [setup] No library dependencies.
        [setup]
        [setup] ------------------
        [setup]
        [setup] WARNING: Attribute minSdkVersion in AndroidManifest.xml (2) is lower than the project target API level (8)
        [setup]
        [setup] Importing rules file: tools\ant\main_rules.xml
    -debug-obfuscation-check:
    -set-debug-mode:
    -compile-tested-if-test:
    -pre-build:
    -dirs:
         [echo] Creating output directories if needed...
        [mkdir] Created dir: C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\gen
        [mkdir] Created dir: C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\bin\classes
    -aidl:
         [echo] Compiling aidl files into Java classes...
    -renderscript:
         [echo] Compiling RenderScript files into Java classes and RenderScript bytecode...
    -resource-src:
         [echo] Generating R.java / Manifest.java from the resources...
    -pre-compile:
    compile:
        [javac] C:\Users\android-sdk\tools\ant\main_rules.xml:384: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
        [javac] Compiling 2 source files to C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\bin\classes
    -post-compile:
    -obfuscate:
    -dex:
         [echo] Converting compiled files and external libraries into C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\bin\classes.dex...
    -package-resources:
         [echo] Packaging resources
         [aapt] Creating full resource package...
    [aapt.exe]     (skipping index file 'C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\assets\www\img\Thumbs.db')
    [aapt.exe] libpng error: Not a PNG file
    [aapt.exe] ERROR: Failure processing PNG image C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\res\drawable-hdpi\splash.png
    [aapt.exe] libpng error: Not a PNG file
    [aapt.exe] ERROR: Failure processing PNG image C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\res\drawable-ldpi\splash.png
    [aapt.exe] libpng error: Not a PNG file
    [aapt.exe] ERROR: Failure processing PNG image C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\res\drawable-mdpi\splash.png
    BUILD FAILED
    C:\Users\android-sdk\tools\ant\main_rules.xml:510: null returned: 1
    Total time: 12 seconds
    OPERATION CANCELED
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\ANDROI~1\PLATFO~2
    C:\Users\android-sdk\platform-tools\adb.exe kill-server
    </DW>
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\ANDROI~1\PLATFO~2
    C:\Users\android-sdk\platform-tools\adb.exe devices
    </DW>
    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    List of devices attached
    Launching the Android emulator
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\ANDROI~1\tools
    C:\windows\system32\cmd.exe /u /c "C:\Users\android-sdk\tools\emulator.exe -partition-size 1024 -cpu-delay 0 -no-boot-anim -avd DW_AVD"
    </DW>
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER
    C:\windows\system32\cmd.exe /u /c C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1\bin\ant.bat debug
    </DW>
    Buildfile: C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\build.xml
        [setup] Android SDK Tools Revision 12
    BUILD FAILED
    C:\Users\Craig\KCMEDI~1\Apps\COMADO~1.MER\build.xml:77: Unable to resolve target 'Google Inc.:Google APIs:8'
    Total time: 0 seconds
    OPERATION CANCELED
    <DW>
    set ANT_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\CONFIG~1\NATIVE~1\APACHE~1
    set ANDROID_HOME=C:\Users\android-sdk
    set JAVA_HOME=C:\PROGRA~1\Adobe\ADOBED~2.5\JDK
    set PATH=%JAVA_HOME%\bin;%PATH%
    cd C:\Users\ANDROI~1\PLATFO~2
    C:\Users\android-sdk\platform-tools\adb.exe kill-server
    </DW>

  • Dreamweaver CS5.5 template PHP file path bug

    I have a template that I am using for my website, it is a PHP template and for some reason whenever I have some links within the PHP code blocks that include other .php files. My code is:
    <?php
    //Code In template
    include('../scripts/MySqlConnection.php');
    include('../scripts/login.php');
    ?>
    The code is just including some files, but when I update all the pages that use this Template they dont put the right links on them, like so:
    <?php
    //Code That Appears On Child Page
    include('scripts/MySqlConnection.php');
    include('../scripts/login.php');
    ?>
    For some reason the first link is correct since this document is in the root of the site instead of in the Templates folder like my template is, but the second "include" statement has the wrong link inside of it. Even if I switch them around its always the very first include statement that is correct and the 2nd is always wrong.
    Also the links are all relative to the document and not site root in the "Manage Sites..." dialog.
    Is there anyway to fix this? I heard that this was a quirk/bug in Dreamweaver 8 or something but is it still not fixed in this version?
    Thanks

    Yes I guess that I am gonna have to use one of those solutions, but it still is weird that this is happening within the code though. I found one thread where the solution was to put the include tags into a seperate PHP block like this:
    //Template
    <?php include('../scripts/MySqlConnection.php'); ?>
    <?php include('../scripts/login.php'); ?>
    And it actually outputted the correct links on the child page which is really weird but this was from like Dreamweaver 8 or MX or something because the thread was from like 2007 which is weird that they hadn't fixed this bug yet considering its 2012 and Dreamweaver CS5.5 still has the bug.

  • Dreamweaver CS5 using PHP to connect to Postgres

    Started learning Dreamweaver using PHP to connect to mySql and dynamically load data into a table on my web page.  Dreamweaver worked great as I didn't have to enter any PHP.  Now trying to use PHP to connect to a Postgres DB.   Does Dreamweaver CS5 support PHP connection to Postgres like it did mySql?   Or do I need to enter the PHP commands  to connect and access the Postgres myself rather than rely on Dreamweaver (which I did for mySql)?

    PHP/Postgres is not a supported server model in DW. You'll need to code by hand, or try to find an extension. Try posting over at the Postgressql forums.

  • Need help with php registration form! (Dreamweaver cs5)

    Im creating an advanced php registration form in dreamweaver. I need the following code for:
    ZIP / Postal code, date of birth.
                      or
    if u can help me how to create the entire form with the following fields That will be nice! Im a Newbie:
    First name, lastname, country, zip / postal code, date of birth, username, password, email, verified, and token.
    This is the database i have in mysql:
    User_id, INT, (10), UNSIGNED, NOT NULL, A_INCREMENT
    Firstname, VARCHAR, (50), NOT NULL
    Lastname, VARCHAR, (50), NOT NULL
    Country, VARCHAR, (20), NOT NULL
    Zip, INT, (12), NOT NULL
    Birth_date, DATE, NOT NULL    
    Username, VARCHAR, (15), NOT NULL
    Password, VARCHAR, (40), NOT NULL
    Email, VARCHAR, (100), NOT NULL
    Verified, ENUM, ('n','y'), NOT NULL
    Token, VARCHAR, (40), NOT NULL
    I need to know how to apply the insert recorset server behavior in dreamweaver cs5 so I can get it to run.
    I have been trying diff ways and i just can't get it right.
    Please help! Thanks!!!

    I'm not sure how much you know but first you have to connect your form to the database
    $con = mysql_connect("hostname","admin_name","password");
    Then you have to choose the database you want information be added to.
    mysql_select_db("database name goes here", $con);
    Then you have to write an sql function which will write it in the appropiate columns in your database
    $sql="INSERT INTO what column e.g members (First name, Last name, age, etc)
    VALUES (the names of the textfields on your form), actually double check that part
    ('$_POST[firstname]','$_POST[lastname]','$_POST[age]')";
    $result = mysql_query($sql);
    This is the first and most basic part just to give you an idea how it works.
    Within these snippets you will have to write much more which will beef up the security aswell as check if everything has been entered correctly etc

  • Wishlist for Dreamweaver CS5 (from Adobe Website)  - Don´t let ADDT die.

    Wishlist for Dreamweaver CS5 from adobe site.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

    Hi Günter
    It's been a long time since I've been here. Hope life is treating you well.
    Tried a lot of other DW extensions in the mean time
    None of them match the robustness of ADDT
    Most are buggy, one shot ponies that miss the bigger picture of providing integrated tools for development. All I've tried are a closed shop of functions and variables that you have to navigate by hand if you want any sort of amended functionality - on the whole a pretty poor lot.
    And, I've looked at many of the off the shelf offerings that Adobe had told us that are clients wanted rather than bespoke solutions.
    And no, most don't want them - they still just want concise tools/interfaces that are easy to learn, use and do what THEY want them to do. Not behemoth collections of options, bells an whistles. Naturally some do and I'm happy to oblige (who wants to write a forum from scratch!). So its not clear cut either way as seemed to be implied a year or so ago.
    Yes, it would be nice just to have the toolkit useable from CS5
    - but as ever, the end users are out of the picture. Maybe there will be a new version, or completely new tools - that would be most welcome.
    We still need good data tools. Integration with databases (none of my clients want to pull data from HTML tables - no matter how clever that is) and
    CSS Style frameworks that take the grind out of positioning and styling every little item.
    Gadgets and Gizmos - YUI3 looks like the one with the most backing - judging from YUI2 - have to keep and eye on that.
    Let's hope Adobe have finally put back some functionality for php mysql developers with CS5
    and the the wilderness that DW has been in for the last couple of years grows some strong roots
    best regards
    Paul Taylor

  • How to get fluid layout for Dreamweaver CS5?

    CS 5 is not have Fluid Layoout,how to get fluid layout for Dreamweaver CS5?

    For Responsive Web Designs (RWD),  you can do it manually with CSS Media Queries.  David wrote a detailed tutorial below.
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    Or you can jump start your RWD projects with one of these popular Frameworks.
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Nancy O.

Maybe you are looking for

  • Indesign crashes when Exporting a Print PDF

    Has anyone had problems with Exporting Print PDF from Indesign CC? I can do an interactive one, but not print. No. It is not the file I am trying to print. I have tried a brand new one with nothing in it as well.

  • Use HYPERLINK In ALV

    Hi i have requirement to add a hyperLink in ALV Report Output. i have added the following code in my code but hyperlink('www.google.com' ) is not showing in the report output and when i execute the report then 'www.google.com' opens in the web browse

  • Firefox sync error server incorrectly configured

    The very first time I loaded firefox on my laptop (which i bought only a couple months ago) the syncing worked just fine. After i dont know how much time i started getting errors that the syncing was failing. I tried to reconfigure the syncing proper

  • No more Camera RAW Love for us iPhoto '09 users?

    I guess all of us who don't like the new iPhoto are being held back by Apple from using our RAW images from the latest digicams. I thought RAW compatibility was system-wide and not a part of specific apps. It makes no sense that they would not let yo

  • Recovered hard drive restore

    The main internal hard drive on my Mac Pro had a mechanical failure and needed to be recovered. I have no time machine backup of the drive. The data recovery service recovered everything on the drive, thankfully. I have purchased a new internal drive