Projects tagged ‘debug’ and ‘php’


[28 total ]

242 Users
   

The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: * stack and function ... [More] traces in error messages with: o full parameter display for user defined functions o function name, file name and line indications o support for member functions * memory allocation * protection for infinite recursions [Less]
Created over 3 years ago.

94 Users
   

FirePHP enables you to log to your Firebug Console using a simple PHP method call. All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not ... [More] interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development where clean JSON or XML responses are required. [Less]
Created over 3 years ago.

9 Users
   

To put it simply, Krumo is a replacement for print_r(); and var_dump();. By definition Krumo is a debugging tool (PHP4/PHP5), which displays structured information about any PHP variable. A lot of ... [More] developers use print_r() and var_dump() in the means of debugging tools. Although they were intended to present human readable information about a variable, we can all agree that in general they are not. Krumo is an alternative: it does the same job, but it presents the information beautified using CSS and DHTML. [Less]
Created over 3 years ago.

9 Users
   

This project has grown in the past years and became the most advanced web cms for clan and esport related pages. It features modul management, template and language switching and so on. It supports a wide range of php versions and database drivers.
Created over 2 years ago.

2 Users

Created 7 months ago.

2 Users

Open Source Framework for PHP5, find simplicity, multiple-choices and fast development cycle. * Framework Component-based * Small Footprint * Pluggable system * for PHP 5.2.3+ ... [More] * Fast and easy to install and use. * Multiple OO Models: o internal (tdbo) o doctrine | propel * Multiple Templating and View System: o HTML::Template o Zope-Tal o PHP Embeded o Savant o CREOLE Wiki Syntax parser o SVG output o DocBook? output o RSS and Atom ready * Multiple Controllers: o Cli (Console) Controllers o SOA-WOA Controllers (RPC) o REST Controllers o XUL Interfaces o XHTML | HTMl5 [Less]
Created 2 months ago.

2 Users
   

xLog is a PHP extension that allows extended logging of PHP errors, including Fatal errors. Output typically includes referral, GET values, URL, and a full backtrace. Additional information can be ... [More] included via custom variables by the developer at runtime. [Less]
Created 11 months ago.

1 Users

A multi-purpose Symfony caching plugin: - Provides Symfony 1.1+ cache classes for Symfony 1.0 (with an adapter for view caching). - Also provides a transparent and extensible API to cache objects ... [More] with the cache classes, for any version of Symfony. - A convenient way to get cache classes depending on your environment. - DebugBar/Logging for any cache class, with timing and hit/miss information. [Less]
Created 8 months ago.

1 Users
   

Protoeditor is a small KDE text editor developed for debugging scripts interactively. The goal is to provide a simple editor supporting a variety of debuggers for different languages.
Created over 2 years ago.

1 Users
   

Pumped up php's var_dump. Sniffs recursion and outputs (clean) html+js expandable-contractible tree of the dumped var. Supports nifty utilities like backtrace() (readable php debug_backtrace(). ... [More] Shows the source code lines where dump was called and, in the backtrace method, the source lines of every code jump. Try it and make me know. [Less]
Created 12 months ago.