View Single Post
  #18  
Old 06-21-2007, 09:44 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Yes, i suppose it's possible

e.g.
parent class
PHP Code:
function aFunction() {
//do something;

child class
PHP Code:
join("parent");
function 
aFunction() {
parent::aFunction();
//do something else

__________________

Coming soon (Hopefully:P)
Reply With Quote