Re: [PHP-DEV] How to extend a class in Zend?

2002-06-12 Thread fabwash
ay, June 11, 2002 7:35 PM Subject: [PHP-DEV] How to extend a class in Zend? Hi, I know how to register a class and functions inside it, but i'm wondering how to extend one? I want to do the equivalent of: class Fred extends Joe { } Then, once my class is extended, how do I call parent

[PHP-DEV] How to extend a class in Zend?

2002-06-11 Thread fabwash
Hi, I know how to register a class and functions inside it, but i'm wondering how to extend one? I want to do the equivalent of: class Fred extends Joe { } Then, once my class is extended, how do I call parent functions from my new class? Any example? Fab.