Dreamweaver 8 - PHP Connection - New SB Obj Parameter

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Dreamweaver 8 - PHP Connection - New SB Obj Parameter

    In one of my extensions, I`m inserting a Dreamweaver Recordset, using the
    built in Recordset code.

    I noticed that in Dreamweaver 8 the format has changed slightly in the
    connection .edml file, and now has an extra parameter, ie:

    <![CDATA[<?php @@UrlFormat@@('@@ConnectionPath@@'); ?>]]

    Previously, it was just:

    <![CDATA[<?php require_once('@@ConnectionPath@@'); ?>]]

    Whats supposed to go in the @@UrlFormat@@ parameter?

    In my code, I`ve given the @@UrlFormat@@ parameter the value "require_once",
    and it works fine, but I wouldn't of said that its a Url Format, so I`m
    wondering whats supposed to go in there?

    Are there any new docs that explain things like this for Dreamweaver 8?

    --
    Gareth
    [url]http://www.dreamweavermxsupport.com/[/url]

    PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
    [url]http://www.phploginsuite.co.uk/[/url]


    gareth Guest

  2. Similar Questions and Discussions

    1. Passing parameter from Dreamweaver to Flash
      Hello, is it possible to pass a parameter to flash from html together with the call of the .swf file? In the .swf I play different slide shows....
    2. MySQL / PHP / Dreamweaver connection
      I'm using Dreamweaver MX 2004, I have installed php 5.2.3, Apache 2.2.4, I have MySQL Server Version 5.0.41 community nt via TCP/IP client...
    3. connection problem MySQL - php from dreamweaver
      Can anybody please help me ? I have set up a remote MySQL database ( on windows system), and have defined the remote testing server and filled...
    4. Dreamweaver won't make FTP connection
      I'm using MX2004 Dreamweaver with Mac 10.4.2 - I could FTP to server just fine two nights ago now I get an error that it can't connect. I tested...
    5. Dreamweaver FTP via a proxy connection?
      I am finding it so far impossible to FTP using Dreamweaver. I get this error message: -- An FTP error occurred - cannot make connection to host....
  3. #2

    Default Re: Dreamweaver 8 - PHP Connection - New SB Obj Parameter

    Gareth,

    I am guessing that UrlFormat probably refers to a choice between "file" and
    "virtual". At least, that's what it is in ASP.

    --
    __________________________________________________ __________________
    UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
    The *most popular* Suites of DMX 2004 and DMX Server Behaviors
    for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
    __________________________________________________ __________________


    "gareth" <gareth@buzzinet.co.uk> wrote in message
    news:dge5rq$cam$1@forums.macromedia.com...
    > In one of my extensions, I`m inserting a Dreamweaver Recordset, using the
    > built in Recordset code.
    >
    > I noticed that in Dreamweaver 8 the format has changed slightly in the
    > connection .edml file, and now has an extra parameter, ie:
    >
    > <![CDATA[<?php @@UrlFormat@@('@@ConnectionPath@@'); ?>]]
    >
    > Previously, it was just:
    >
    > <![CDATA[<?php require_once('@@ConnectionPath@@'); ?>]]
    >
    > Whats supposed to go in the @@UrlFormat@@ parameter?
    >
    > In my code, I`ve given the @@UrlFormat@@ parameter the value
    > "require_once",
    > and it works fine, but I wouldn't of said that its a Url Format, so I`m
    > wondering whats supposed to go in there?
    >
    > Are there any new docs that explain things like this for Dreamweaver 8?
    >
    > --
    > Gareth
    > [url]http://www.dreamweavermxsupport.com/[/url]
    >
    > PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
    > [url]http://www.phploginsuite.co.uk/[/url]
    >
    >

    J.S. \(UltraSuite\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139