When building web applications, especially with PHP, there are some tools that are invaluable.
These include things like a good IDE, a powerful debugger, version control, and so on. But one of the things that I think we often neglect against our shiny tools are basic text files.
No, I don’t think we need to take a step back from our usual toolset, let’s not forget files also at our disposal.
Case in point: Let’s say you’re working on a web application. If you’re using PHP, then one way to do this is to view the PHP debug log.
It’s a simple text file that gives you as much information as you could want about any page in your project. Continue reading


