Re: [PHP] Flat PHP projects and Firebug

2012-04-12 Thread Louis Huppenbauer
2012/4/12 Mihamina Rakotomandimby miham...@rktmb.org

 Hi all,

 For flat PHP projects (I mean without framework such as Jelix or
 Symfony), what Firebug logging tooldo you recommend to use?
 - FirePHP?
 - in-the-code Javascript console.log() generation?
 - other tools?


 These are for training project, not really real-world ones, in order to
 train juniors/newcomers to our team.

 I missed the name of a PHP class or library that allowed to use
 breakpoints and so with Firebug... or some similar things...



 --
 RMA.

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


Hi there

I think that firephp could do the trick for you.

http://www.firephp.org/

Sincerely
Louis


Re: [PHP] Flat PHP projects and Firebug

2012-04-12 Thread Kranthi Krishna
I never had a problem with FirePHP. Among other tools I have used,
some gave Headers already sent problem. The rest failed in case of
AJAX requests.

AFAIR Breakpoints are used for debugging and are different from
Logging. For debugging you may have a look at xDebug

Kranthi.
http://goo.gl/e6t3



On 12 April 2012 18:10, Louis Huppenbauer louis.huppenba...@gmail.com wrote:
 2012/4/12 Mihamina Rakotomandimby miham...@rktmb.org

 Hi all,

 For flat PHP projects (I mean without framework such as Jelix or
 Symfony), what Firebug logging tooldo you recommend to use?
 - FirePHP?
 - in-the-code Javascript console.log() generation?
 - other tools?


 These are for training project, not really real-world ones, in order to
 train juniors/newcomers to our team.

 I missed the name of a PHP class or library that allowed to use
 breakpoints and so with Firebug... or some similar things...



 --
 RMA.

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


 Hi there

 I think that firephp could do the trick for you.

 http://www.firephp.org/

 Sincerely
 Louis

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php