06-05-2008, 04:21 PM
|
#4 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,215
Thanks: 90
|
I must admit, I don't understand that error. The only thing I can think of is that type-casting wasn't available in PHP 4? It's a while since I used it so I have completely forgotten. Any help would be appreciated.
The function setSize looks like the following:
php Code:
public function setSize($iSize) { $this->m_iSize = (int) $iSize; return $this; }
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|