Forum Moderators: coopster

Message Too Old, No Replies

phpDesigner

anyone familiar with phpdesigner

         

Rose_1171

3:40 pm on Sep 16, 2005 (gmt 0)

10+ Year Member



I want to use it for mysql DB
can anyone suggest me how to start off wiht that?
Regards,
Primrose

coopster

12:27 am on Sep 27, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I am a command line guy myself, Rose_1171.

I visited what I assumed was the site for the software you mentioned and cannot find any documentation nor much for support. Have you considered alternatives? MySQL itself has some free client development tools and the open source community has offered up phpMyAdmin that a lot of members here use. Maybe an alternative option is best?

ergophobe

5:54 pm on Sep 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try this search [google.com]

The main thing is a good text editor designed for programmers that will allow you to do

- syntax highlighting of PHP
- brace/parentheses matching

To me those are the two things that help debug as your write and save a lot of headaches. Any editor that does those two things will be fine.

Beyond that, a suite that has integrated debugging is nice, but rarely free.