|
Posted by FluffyCat on 10/23/64 11:34
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.php 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.
[Back to original message]
|