[AWLUtlities] Add fatal() and deprecated() functions.
commitf0bbd65826487fa21d0f9b8a61af0bf546afd81c
authorAndrew McMillan <andrew@morphoss.com>
Tue, 6 Sep 2011 11:39:23 +0000 (6 23:39 +1200)
committerAndrew McMillan <andrew@morphoss.com>
Tue, 6 Sep 2011 11:39:23 +0000 (6 23:39 +1200)
tree90a66afaf653201bc3051fd8c328ccc6fe54956a
parentf3636cc1e1396e56b97a2d3391ef136043eee57d
[AWLUtlities] Add fatal() and deprecated() functions.

deprecated() just adds a trace in the log when a deprecated function
is called so you can find out what is calling it.

fatal() logs an error message, and a stack trace, and exits simply
printing the output 'Fatal Error'.
inc/AWLUtilities.php
inc/AWLUtilities.php.in