ASPit - Totally ASP JSit - Totally JavaScript
Search PHPit

Use this textbox to search for articles on PHPit. Seperate keywords with a space.

Advertisements


Throwing Custom Errors?

Monday, March 27th, 2006

In a recent article on PHPit I talked a bit on throwing your own errors, and what the best methods are, and I’m interested in what others think.
I use a lot of different (custom) libraries and components in my PHP scripts, and figuring out the best way to return errors is always a problem. The […]

How to handle those pesky errors in PHP

Sunday, March 26th, 2006

Whenever you create a PHP script, you’re bound to run into errors, even after hours and hours of testing. In this article, Dennis Pallett shows you how to handle and log these errors.

Taking a look at ten different PHP frameworks

Monday, March 20th, 2006

In this article Dennis Pallett takes a look at ten popular PHP frameworks and compares them. Includes a complete comparison chart of each framework.

PHP on the command line

Monday, March 13th, 2006

PHP scripts can also be executed as command line scripts, and in this tutorial Dennis Pallett takes you through the basics of PHP command line scripts.

A first look at the Zend Framework

Sunday, March 5th, 2006

The long-awaited Zend Framework has finally been released, and in this article Dennis Pallett takes a first look at what it has to offer.