1 Reply Latest reply: Aug 19, 2013 4:46 PM by ingorichter RSS

    Will Edge Code ever support the PHP programming language? Also, help on JS link support.

    dnw156 Community Member

      I would like to add some back-end tools provided by the PHP programming language to the website I am making on Edge Code with HTML, CSS, and JavaScript. Any idea on when or if Adobe's Edge Code team will be adding support for PHP and/or more programming languages to the Adobe Edge Code app.

       

      Also, I am having trouble connecting my Javascript files with my HTML file. I know how to link CSS with HTML but not JS with HTML.

       

      Thank you!

        • 1. Re: Will Edge Code ever support the PHP programming language? Also, help on JS link support.
          ingorichter Community Member

          Hi,

           

          What exactly are you looking for?

          I think that Edge Code is mainly targeted towards HTML, CSS and Javascript developers and helps them editing these sort of files. Edge Code is not an IDE with all kind of tools integration. It's still a Code Editor with a very focused audience.

          You still have the option to build Extensions to extend the functionality of Edge Code. This way you could bridge the gap between whtat you want/need and what Edge Code provides you with.

           

          To connect you javascript to your HTML, I assume that you need something like this tag in the head of your HTML file: <script src="lib/jquery-2.0.1.min.js"></script>

           

          I hope that helps,

          Ingo