>
> No. Firebug can only see what is passed to the client. There is no other 
> access to the server.
>
To be more precise: You need to have access to the server to be able change 
the files on it. Also PHP scripts normally build up the HTML output 
dynamically, so you won't be able to directly edit the PHP files from 
within the browser. The only thing that could be done is to map the URLs to 
the server files. Firebug doesn't allow that yet, though there's already an 
issue <http://code.google.com/p/fbug/issues/detail?id=5035> for mapping to 
local development environment files.
Also note that there are some extensions like 
FireFile<http://getfirebug.com/wiki/index.php/Firebug_Extensions#FireFile>and 
cssUpdater<http://getfirebug.com/wiki/index.php/Firebug_Extensions#cssUpdater>, 
which allow you to synchronize at least changed CSS files.

Sebastian

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to