Re: [PHP] A Good OOP Tutorial/Read?
[email protected] (tamouse mailing lists)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAHUC_t_TF0qqWbOkhNBkrFdYPBH4u=QFgUmgSdQAbn3vJWBJKw@mail.gmail.com> |
Back to the OP's request, Ken Pugh's "Interface Oriented Design" goes quite a long way in describing OO* and directly to the heart of why interfaces make so much sense as a way of designing your code. It does not show PHP examples, it tries to remain agnostic to language.