08-26-2009, 03:22 PM
|
#5 (permalink)
|
|
The Acquainted
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
|
...
public function __contruct($variable1,$variable2=0) {
...
or if a string...
public function __contruct($variable1,$variable='') {
Is that what you mean?
|
|
|
|