Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

FirePHP: Difference between revisions

From MoodleDocs
No edit summary
(Note about plan not to migrate this page to the new developer resources. See template for more info.)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{stub}}
{{Template:WillNotMigrate}}
{{Work in progress}}
{{Work in progress}}
== What is FirePHP? ==
[http://www.firephp.org/ FirePHP] enables you to log to your Firebug Console using a simple PHP method call.
== FirePHP block for Moodle ==
* There's a [http://moodle.org/mod/forum/discuss.php?d=119961 FirePHP plugin for Moodle] in the works.
* The block will soon be available in the Moodle Plugin Directory: https://moodle.org/plugins/view.php?plugin=block_firephp
== Moodle resources ==
* [https://moodle.org/mod/forum/discuss.php?d=119961 Moodle  General developer forum: FirePHP plugin] - where everything started.
* The plugin in the [https://moodle.org/mod/data/view.php?d=13&rid=4793  old plugin database]
* Related tracker issue: MDL-16371
* Current code on [https://moodle.org/mod/data/view.php?d=13&rid=4793 GitHub]


== See also ==
== See also ==
* [[Firebug]]
* [[Firebug]]
* [[Moodle Development kit]]
* [[Moodle Development kit]]
[[Category:Developer tools|Firebug]]
[[Category:Firefox extensions|Firebug]]

Latest revision as of 11:47, 25 June 2022


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.


What is FirePHP?

FirePHP enables you to log to your Firebug Console using a simple PHP method call.

FirePHP block for Moodle

Moodle resources

See also