Jump to content

Application


kv79

Recommended Posts

Hi all,I was wondering how to you create application in PHP .Do you have any program tool ? Or you write Forms or you do something else .Do you know any good site about application development in php .Thank you for your info .

Link to comment
Share on other sites

I use Maguma Open Studio most of the time. It has its quirks (such as 'replace' replacing all occurrences in the file without prompting, and Access Violations on exit), but is not bad and has good syntax highlighting.Another IDE to consider is Code::Blocks. Although this is primarily for C/C++ development, it will handle PHP files nicely and search and replace works properly (with prompting). It also does find-in-files well - try that in Maguma and it will crash! (I use find in files a lot - especially when you have many PHP files in a project.)Both programs are open-source and free to use.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...