The Mediator pattern in PHP 5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • FluffyCat

    #1

    The Mediator pattern in PHP 5

    I finally pieced together what I think is a good example of the
    Mediator Pattern in PHP 5. See what you think.





    I have, per request, tried to simplify my test program structure a
    bit. testMediator.ph p has only one html tag in it - a <BR>. This is
    in my new writeln() function, which adds '<'.'BR'.'>' to each line and
    echos. If you just add a '<BR>' after each line the program would run
    fine, but the source code would not display properly.

    So, see if you like the new test structure better. Most of the other
    PHP design patterns on www.FluffyCat.com/PHP-Design-Patterns still
    have the old test formatting system, but if this proves more readable
    I'll redo the others as well.
  • Oli Filth

    #2
    Re: The Mediator pattern in PHP 5

    FluffyCat wrote:[color=blue]
    > I finally pieced together what I think is a good example of the
    > Mediator Pattern in PHP 5. See what you think.
    >
    > http://www.fluffycat.com/PHP-Design-Patterns/Mediator/
    >
    >
    >
    > I have, per request, tried to simplify my test program structure a
    > bit. testMediator.ph p has only one html tag in it - a <BR>. This is
    > in my new writeln() function, which adds '<'.'BR'.'>' to each line and
    > echos. If you just add a '<BR>' after each line the program would run
    > fine, but the source code would not display properly.[/color]

    htmlspecialchar s()?


    --
    Oli

    Comment

    Working...