browse by tag: exceptions
sort by
PHP Tutorial on Classes, Inheritance, Polymorphism, Magic Methods & Exceptions
in PHP added by sunilbhatia79, on 15/4/2009 Inheritance Polymorphism _get _set class exceptions magic methods php5
This link contains links on various PHP5 tutorials. I have spent a lot of time learning PHP5 concepts and wish to share my learnings with you all via my blog
comment save reportException Handling In PHP5 - Good Cop, Bad Cop
in PHP added by goodphptutorials, on 18/1/2009 exception php5
Exception handling. The "I'm so good, I don’t produce errors" - mentality can't even save you from them. It's bound to happen - either your code fails, or external libraries you’ve grown to accept produce faults outside of your control.
comment save reportExceptions, you're doing it wrong
in PHP added by goodphptutorials, on 23/5/2008 advanced tutorials exceptions framework
Once again a post aimed at the PHP community, not so much of a rant but more of something I’ve seen done horribly wrong in a lot of PHP code recently
comment save reportCreating Your Own Exception Classes
in PHP added by tutorialhelpdesk, on 3/2/2008 class exception php5
Learn to get control over how (or if) error messages are displayed to users, even though you're using several third-party libraries that each have their own views on handling errors.
comment save reportPHP Exception Handling
in PHP added by goodphptutorials, on 21/11/2007 beginner tutorials exception php5
With PHP 5 came a new object oriented way of dealing with errors. Exception handling is used to change the normal flow of the code execution if a specified error (exceptional) condition occurs. This condition is called an exception.
comment save reportError Handling: Stepping beyond True/False Results
in PHP added by goodphptutorials, on 12/1/2006 beginner tutorials error error handling exceptions warning
Proper error handling is a struggle for most software engineers, myself included. There is no fun in error handling, no logic puzzles to solve. Most of us don?t add any kind of error handling to our code until we run into a problem.
comment save report