Hello Guys, We are goint to write some application with flex/amfphp. Our php Guy ask me how can we create inheritance in php classes or how we can settle continuality in application.
For exsample we have one class to connect to database another that check login status(which need to get some data from mysql) . in classical php way you include db class in begining of login checkin class. how do we do it in amfphp? thanks Deniz

