|
Posted by paladin.rithe@gmail.com on 04/02/06 16:21
I seem to recall seeing an article somewhere about how to easily make
functions that just set the variables. I have no idea where that was,
or what to look for.
I think it defined one function, that set the variable that was named.
So, if I called joe(40), it would set $joe = 40; jane(60) would set
$jane=60. And they both would use the same function, template() let's
say.
Does someone know where that article is, or how to do this? Thanks.
[Back to original message]
|