![]() |
|
firesymfonyPlugin - 1.1.12FireSymfony - web debug toolbar for Firebug |
|
![]() |
26
users
Sign-in
to change your status |
Displays the web debug toolbar information as a Firebug extension |
Sends the web debug toolbar as a JSON object to the FireSymfony Firebug extension
| Name | Status | |
|---|---|---|
|
|
lead | moc.elcricteneht <<ta>> oravla |
Copyright (c) 2008 Alvaro Videla <videlalvaro@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
| Version | License | API | Released |
|---|---|---|---|
| 1.1.12stable | MIT license | 1.1.0stable | 07/09/2009 |
| 1.1.11stable | MIT license | 1.1.0stable | 07/09/2009 |
| 1.1.1stable | MIT license | 1.1.1stable | 25/08/2009 |
| 1.1.0stable | MIT license | 1.1.0stable | 01/06/2009 |
| 1.0.8stable | MIT license | 1.0.8stable | 05/01/2009 |
| 1.0.7stable | MIT license | 1.0.7stable | 16/10/2008 |
| 1.0.6stable | MIT license | 1.0.6stable | 13/10/2008 |
| 1.0.5stable | MIT license | 1.0.5stable | 03/10/2008 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/10/2008 |
| 1.0.2stable | MIT license | 1.0.0stable | 02/10/2008 |
| 1.0.1stable | MIT license | 1.0.0stable | 02/10/2008 |
| 1.0.0stable | MIT license | 1.0.0stable | 02/10/2008 |
| Version | License | API | Released |
|---|---|---|---|
| 1.1.12stable | MIT license | 1.1.0stable | 07/09/2009 |
| 1.1.11stable | MIT license | 1.1.0stable | 07/09/2009 |
| 1.1.1stable | MIT license | 1.1.1stable | 25/08/2009 |
| 1.1.0stable | MIT license | 1.1.0stable | 01/06/2009 |
| 1.0.8stable | MIT license | 1.0.8stable | 05/01/2009 |
| 1.0.7stable | MIT license | 1.0.7stable | 16/10/2008 |
| 1.0.6stable | MIT license | 1.0.6stable | 13/10/2008 |
| 1.0.5stable | MIT license | 1.0.5stable | 03/10/2008 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/10/2008 |
| Version | License | API | Released |
|---|---|---|---|
| 1.1.12stable | MIT license | 1.1.0stable | 07/09/2009 |
| 1.1.11stable | MIT license | 1.1.0stable | 07/09/2009 |
| 1.1.1stable | MIT license | 1.1.1stable | 25/08/2009 |
| 1.1.0stable | MIT license | 1.1.0stable | 01/06/2009 |
| 1.0.8stable | MIT license | 1.0.8stable | 05/01/2009 |
| 1.0.7stable | MIT license | 1.0.7stable | 16/10/2008 |
| 1.0.6stable | MIT license | 1.0.6stable | 13/10/2008 |
| 1.0.5stable | MIT license | 1.0.5stable | 03/10/2008 |
| 1.0.4stable | MIT license | 1.0.4stable | 03/10/2008 |
Modified package.xml to support symfony 1.2
Modified package.xml to support symfony 1.2
Modified package.xml to support symfony 1.2
This plugin extends the web debug toolbar to send the debug information as a JSON object to the FireSymfony Firebug extension.
cd my_project
php symfony plugin-install http://plugins.symfony-project.com/firesymfonyPlugin
php symfony cc
Client Side:
Server Side: * the JSON extension for PHP is required to use this plugin. See: JSON extension
Edit the logging.yml file of your application and change the following entry:
sf_web_debug:
class: fsWebDebugLogger
Clear the cache.
web_debug_class: fsWebDebugForSf11
Clear the cache.
Edit the factories.yml file of your application and change the following entry:
web_debug_class: fsWebDebugForSf12
Clear the cache.
Next time you load the page, it will show the web debug information on the "syfmony" panel of Firebug.
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
