View Single Post
  #16 (permalink)  
Old 04-22-2008, 05:51 AM
jegan jegan is offline
D-Web Sr.Programmer
 
Join Date: Jul 2007
Posts: 161
jegan is on a distinguished road
Default Re: PHP Classes For Beginners

1.Constructor function called automatically at time of object creation with new keyword. But member function called only through object of class.

2. Constructor can’t return any value. But member function may be (or) may not be return value. It is depends upon user logic.
__________________
Thanks & Regards,
Jegan CBK
"We will either find a way, or make one!”
Reply With Quote