I am using Symfony (1.31) - with Propel ORM to create a website. I recently switched from using a text editor to Netbeans (6.8) as my dev environment.
Based on the background of the compiled language (C ++), I use to set breakpoints in the code, etc. as part of debugging. The web development I came across (at least with PHP) pretty much hit and missed - well the debugging was at least messy, using echo instructions, writing stuff to a file, etc. I heard that you can debug PHP (i.e. set breakpoints, etc.).
I looked through the documentation network to show how to set breakpoints (say, in one of the MVC layesr elements) so that when you open the corresponding pages (s) through the browser, the breakpoint is deleted and I can go through the code (ideally, viewing software variables).
Can I use Symfony and Netbeans 6.8 ?.
source
share