HelperFuncs
Static methods on HelperFuncs class
I have provided 2 static methods on the HelperFuncs class which can be found at sirJuni\Framework\Helper\HelperFuncs
.
The methods are
redirect($url)
It causes a redirect to the provided url. It comes handy instead of using the
header
function.
report($e)
This function is specifically for reporting exceptions. Instead of writing echo statements in the
catch
block, i wrote this function to report the errors based on set format.The implementation of this function is simple
Last updated