This post has been edited by rahul dagli: 22 January 2012 - 12:26 PM
Page 1 of 1
Is there any firebug like extension to inspect php code
#1
Posted 22 January 2012 - 12:25 PM
I am currently working on customizing a twenty eleven wordpress theme. I finding it difficult to locate the php fuction location inside the documents. It would be really very useful to locate code like firebug inspect mode for html and css.
#2
Posted 22 January 2012 - 01:51 PM
You need to be working in a decent IDE. Try Netbeans (you can [ctrl] + click a function call and it'll take you to the function definition).
Because of the architecture there's not much you can do about inspecting PHP in the browser - the PHP is all evaluated server-side.
Because of the architecture there's not much you can do about inspecting PHP in the browser - the PHP is all evaluated server-side.
Share this topic:
Page 1 of 1
Help
















