mga bro unsa mn nga tools pra PHP nga anha nlng ta mg.program og diha sab ta mg run og mo test kng naa ba problema sa imo nga script nga naay error. just like bitaw sa turbo c nga pwede ra dha ta mg.run sa program? naa mo idea
mga bro unsa mn nga tools pra PHP nga anha nlng ta mg.program og diha sab ta mg run og mo test kng naa ba problema sa imo nga script nga naay error. just like bitaw sa turbo c nga pwede ra dha ta mg.run sa program? naa mo idea
php is a server side scripting. all codes are executed on the server. ang errors makita sa web server logs. best to monitor/check na lang ang web server logs for debugging. with this, you should always have access sa web server(Apache, IIS etc)
php may be run using ur command line without a web server or browser pero seldom ni gi-apply.
editors i use: UltraEdit, Scite, vi and good ol' notepad.
naa ko nagamit before mga IDEs with built in browser, debugger function etc. pero after several days of use wa na ko ganahi. reason? either bug-at na kaayo ang processor usage, hinay mubasa ug scripts, bad syntax highlighting or doesn't have support to other scripts i make and lastly, mahal na kaayo ang license.
check this out: http://www.zend.com/products/zend_studio $254 compared to http://www.ultraedit.com/index.php?name=UE_Tour $49.95
so which is good editor?
for me? i prefer UltraEdit.
ah okay ill try this one...Originally Posted by gezeala
DBG is a great debugger - http://dd.cron.ru/dbg/
The newest version of DBG has already been incorporated in the newest versions of PHPEd ... a great editor. I'd suggest PHPEd, Zend Studio, Eclipse with the PHP plugins including Zend Studio for Eclipse if you are serious about your PHP. Any text editor with syntax highlighting will also do.
However I like doing my PHP in Notepad++ which handles syntax highlighting and many other features since I do most of my code in Python now, with tools like Krumo.
DBG - http://dd.cron.ru/dbg/
PHPEd - http://www.nusphere.com/
Notepad++ - http://notepad-plus.sourceforge.net/
Krumo - http://krumo.sourceforge.net/
Similar Threads |
|