Debug WordPress To See How It is Works
It’s no doubt that WordPress is one of the most powerful CMSs for blogging. Besides being free and open source, it is also user friendly. But…
// TAG · 3 POSTS · XDEBUG
It’s no doubt that WordPress is one of the most powerful CMSs for blogging. Besides being free and open source, it is also user friendly. But…
Debugging PHP code or PHP web applications is not as easy as debugging ASP.NET web applications using Visual Studio .NET. But still, we can. From my…
The most common issue when we are developing web applications using PHP is the debugger. Debugging our web application is very important when we are developing…