Results 1 to 6 of 6

Thread: PHP Editor with apache preview?

  1. #1
    Join Date
    Feb 2006
    Beans
    11

    PHP Editor with apache preview?

    Hey everyone,

    I was wondering if anyone knew of a good PHP type IDE editor which included a website preview, that would be able to connect to your localhost and have your apache server display the results?

    I believe a windows editor, UltraEdit, did this....but I've yet to find a good editor in ubuntu :/

    Thanks

  2. #2
    Join Date
    Jul 2006
    Beans
    Hidden!

    Re: PHP Editor with apache preview?

    Why not just run a browser and refresh the page when you want to see the results?

  3. #3
    Join Date
    Feb 2006
    Beans
    11

    Re: PHP Editor with apache preview?

    Well this is true, and in fact it's what I do right now. I was just curious if there was such an application, because I feel it would be more handy.

  4. #4
    Join Date
    Jun 2006
    Location
    CT, USA
    Beans
    5,267
    Distro
    Ubuntu 6.10 Edgy

    Re: PHP Editor with apache preview?

    Quote Originally Posted by swkiller View Post
    I was wondering if anyone knew of a good PHP type IDE editor which included a website preview, that would be able to connect to your localhost and have your apache server display the results?)
    If I was develioping any such editor and was deciding (after fixing all bugs ) between adding this feature or any other, my concerns would be: Why spend time implementing something (browser) which big teams of developers spend years to implement? Then, any serious developer compares how his site looks like in at least two major browsers (IE and Firefox/Mozilla) and maybe bunch of smaller ones, like Opera, Konqueror etc. So reimplementing only one of them would not do me any good. Especially if this can be done trivially by opening the site in browser and reloading the page: Alt-Tab, F5. And this solutions does not add any new bugs - is maintenance free

    If something *can* be done, it does not mean it should be done. Even (or especially) in free software development, developer's time is not free.

  5. #5
    Join Date
    Nov 2005
    Beans
    593
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: PHP Editor with apache preview?

    I think Eclipse + PDT (http://www.eclipse.org/pdt/index.php) has it. Regardless, it's an excellent IDE for PHP.

  6. #6
    Join Date
    Oct 2006
    Location
    Levittown, NY
    Beans
    34
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: PHP Editor with apache preview?

    ScITE has it as long as you have it pointed towards your php.exe, press F5 and you have the output of the program, HTML or not. The only issue is that it does not open up a browser window. But I'm almost 100% sure that you could set that up.

Bookmarks

Posting Permissions

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