Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged debug
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Lorsque vous cherchez le cheminement jusqu'à une fonction/méthode particulière, vous ajoutez un « debug_print_backtrace() ; » dans celle-ci et lors de l’exécution ça vous affiche un truc du style :
 
#0  MusicFactory->loadDataForDetail(925...
        
        
        
            0 
        
        
            995 
        
                    posted 17 years ago by olive
            An easy debug trick: gives you a variable that you can print in any tpl.php to find out what vars you have available there.
        
        
        
            1 
        
        
            1740 
        
                    posted 17 years ago by berkes
            
