|
Posted by Mike P2 on 05/15/07 19:49
On May 15, 3:09 pm, "Auddog" <wil...@hotmail.com> wrote:
> I'm new to working with classes. I'm pretty much a self taught php
> programmer that uses php mostly for database entry and listings. I would
> like to expand my talents and start working with classes. Is there a good
> tutorial out there on the web that a novice can understand. I currently
> wanting to add a password generator class to one of my existing webpages at
> my helpdesk. The class is located at PHPclasses.com
> (class.password.generator.php). Thanks for any help that you can give.
>
> A
I think learning OOP in PHP causes bad habits. There are too many
different ways to do it. If you learn from a language like Java, you
will certainly get it down very well. PHP5 has many of the features of
Java OOP (not all of them, though).
If you don't have a plethora of time and need to go with the more
practical approach of learning OOP where you will be using it, in PHP,
the PHP manual is the most accurate way to learn it.
http://php.net/oop
-Mike PII
[Back to original message]
|