[PHP] Flat PHP projects and Firebug

2012-04-12 Thread Mihamina Rakotomandimby
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

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

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