05-02-2008, 11:30 PM
|
#21 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Semi-off-topic, but is there a way to typecast an objects variables previous to them being set? I was hoping I could do;
PHP Code:
public (string)$m_szString; public (int)$m_iInteger;
private (array)$m_aArray;
at the top of my classes, but it turns out that's a no-no.
-m
|
|
|
|