Some PHP Research 
Error Handling in PHP:
* Using 'die($errorMessage)' statements
* 'trigger_error($errorMessage,ERROR_LEVEL)' used in conjuction with 'set_error_handler()'
* Using the PEAR_ERROR object
* Using boolean flags

http://www.devshed.com/c/a/PHP/Error-Ha ... fensively/

Form Validation:

A more structured reusable style of form validation, instead of going ad-hoc:
http://www.phppatterns.com/docs/develop ... ing_in_php

For Later Reading

Unit Testing in PHP: http://www.phppatterns.com/docs/develop ... ing_in_php

Design Patterns in PHP: http://www.codeproject.com/gen/design/a ... tterns.asp

[ add comment ]   |  [ 0 trackbacks ]   |  permalink  |   ( 2.5 / 24 )

<<First <Back | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Next> Last>>