2009/1/20 Nathan Rixham <nrixham@xxxxxxxxx> > > sounds good; (discussion begins) - but if we're all going to use them in > production maybe we'd need to use say php 5.1.6 or the most common accross > all os's and servers..? how many servers will have php 5.3 support from the > off (think redhat servers!) Well, what about not discussing about concrete implementation, but more like: By creating a user class you have to consider: this & than & ..., and methods which should be implemented should do... and maybe creating an abstract class or an interface or concrete class but not exactly defined to the end (because that WOULD be possibly more something like pear) Maybe more an aspect of "Design Pattern"...?