Re: [PHP] Re: Abstract Legacy question [SOLVED]

2005-04-20 Thread Andy Pieters
On Wednesday 20 April 2005 23:36, Matthew Weier O'Phinney wrote: > > Since Class B overrides method guid, function x will call the method > from Class B. Thank you. Andy -- Registered Linux User Number 379093 -- --BEGIN GEEK CODE BLOCK- Version: 3.1 GAT/O/>E$ d-(---)>+ s:(+)>: a--(-)>? C+++

[PHP] Re: Abstract Legacy question

2005-04-20 Thread Matthew Weier O'Phinney
* Andy Pieters <[EMAIL PROTECTED]>: > This is kinda hard to say in words, so I'll give a little example > > Class A > function x > calls function guid > function y > function z > function guid > Class B extends A > function y >calls function x > function guid > > So what I'm wonde