Re: [PHP] Tutorials on OOP

2002-12-22 Thread Stephen
L PROTECTED]> Sent: Sunday, December 22, 2002 8:30 PM Subject: Re: [PHP] Tutorials on OOP : Hi Justin, : : Thanks for your quick reply.. Well in this case i needs to build em : myself, because i am doing a course called Masterclass PHP and i have to : learn OOP.. So i am looking for some good

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Philip Olson
This tutorial lists many oop tutorials: Know of any basic tutorials on PHP Classes and OOP? --- http://www.faqts.com/knowledge_base/view.phtml/aid/7569 Regards, Philip Olson On Mon, 23 Dec 2002, Wee Keat wrote: > > > Hi Justin, > > >

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Wee Keat
> Hi Justin, > > Thanks for your quick reply.. Well in this case i needs to build em > myself, because i am doing a course called Masterclass PHP and i have to > learn OOP.. So i am looking for some good OOP tutorials/examples on the > web I am very interested in creating a user login class us

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Davy Obdam
Hi Justin, Thanks for your quick reply.. Well in this case i needs to build em myself, because i am doing a course called Masterclass PHP and i have to learn OOP.. So i am looking for some good OOP tutorials/examples on the web I am very interested in creating a user login class using sess

Re: [PHP] Tutorials on OOP

2002-12-22 Thread Justin French
Both of those classes would already exist on a site like phpclasses.org... do you have to BUILD them, or do you NEED them? Justin on 23/12/02 11:43 AM, Davy Obdam ([EMAIL PROTECTED]) wrote: > Hi people,. > > I have to build several classes for a project i am doing, but i am quite > new to OOP

[PHP] Tutorials on OOP

2002-12-22 Thread Davy Obdam
Hi people,. I have to build several classes for a project i am doing, but i am quite new to OOP programming. I need to make a database abstraction layer class and a user login class.. Does anyone know some good tutorials about these things and OOP in general. Thanks in advance.. Best regards,