May 15th, 2006 by rick
Faith is not saying ‘I know God will deliver me soon’ when facing struggles. Faith is saying ‘I know God is providing this very moment’ and trusting that your struggle is part of your deliverance.
Posted in Religion, Personal | 1 Comment »
May 12th, 2006 by rick
So, I found two very very sweet functions that have let me basically have polymorphism in php5… granted, I have to code it myself which sucks a bit, but at least the functionality is there.
func_num_args()
and
func_get_args()
may be the best functions every created. Throw func_get_arg() in there if you just need a single value, but you can use these 2(3) functions to have any of your functions accept any number of parameters and do different things based upon those values.
I R Happy Boy
Posted in Technology | No Comments »