| Article: |
Object Overloading in PHP 5 | |
| Subject: | __construct overloading | |
| Date: | 2006-07-24 08:25:38 | |
| From: | MartinJansen | |
|
Response to: __construct overloading
|
||
|
Multiple constructors per class are not supported. You'll have to use something like
|
||
Showing messages 1 through 1 of 1.
-
__construct overloading
2007-02-19 05:15:53 ambikadevi [View]
The great drawback in PHP is there is no constructor/function overloading.


