Accessing other extended classes
Posted: Thu Jan 21, 2010 7:56 pm
I have a setup, where there's a base class, then several classes that extend off of it... Is it possible to access the extended classes within another?
So for example, class Products extends Base and class Users extends Base... I want to access a function within the Users class within the Products class.....
Thanks!
So for example, class Products extends Base and class Users extends Base... I want to access a function within the Users class within the Products class.....
Thanks!