OOP and other horrors.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • root-boy

    #1

    OOP and other horrors.

    Hello, all!

    Could anyone tell me a good online book or some tutorials on PHP OOP
    programming? Something of an intermediate level like: homomorphic
    hierarchies in PHP, building an class tree in PHP, etc. I mean, anyone could
    create a class, where one could learn how to create it intelligent enough,
    for it to be useful?

    Thanks in advance,
    root-boy


  • Jochen Daum

    #2
    Re: OOP and other horrors.

    Hi root-boy,

    On Sun, 15 Feb 2004 16:48:01 +0200, "root-boy" <jhn@hot.ee> wrote:
    [color=blue]
    >Hello, all!
    >
    >Could anyone tell me a good online book or some tutorials on PHP OOP
    >programming? Something of an intermediate level like: homomorphic
    >hierarchies in PHP, building an class tree in PHP, etc. I mean, anyone could
    >create a class, where one could learn how to create it intelligent enough,
    >for it to be useful?
    >[/color]
    Check out "Design Patterns: Elements of Reusable Software" by Gamma et
    al.

    HTH, Jochen
    --
    Jochen Daum - Cabletalk Group Ltd.
    PHP DB Edit Toolkit -- PHP scripts for building
    database editing interfaces.
    http://sourceforge.net/projects/phpdbedittk/

    Comment

    • Bruno Desthuilliers

      #3
      Re: OOP and other horrors.

      Jochen Daum wrote:[color=blue]
      > Hi root-boy,
      >
      > On Sun, 15 Feb 2004 16:48:01 +0200, "root-boy" <jhn@hot.ee> wrote:
      >
      >[color=green]
      >>Hello, all!
      >>
      >>Could anyone tell me a good online book or some tutorials on PHP OOP
      >>programming ? Something of an intermediate level like: homomorphic
      >>hierarchies in PHP, building an class tree in PHP, etc. I mean, anyone could
      >>create a class, where one could learn how to create it intelligent enough,
      >>for it to be useful?[/color]
      >
      > Check out "Design Patterns: Elements of Reusable Software" by Gamma et
      > al.[/color]

      I second this. Good texts about OO can be found here too :

      Agile and Object Oriented Design training, mentoring, coaching, and development.


      The most useful and interesting OO posts collected from newsgroups, mailing lists and web forums.



      Nothing PHP-specific, but what, OO is OO, whatever the language.
      Bruno

      Comment

      • root-boy

        #4
        Thanks!

        Thank you Jochen and Bruno, for you help.

        Comment

        Working...