PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Nemeth Zoltan   Design patterns   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Design patterns
Implements several well known design patterns
Author: By
Last change:
Date: 7 years ago
Size: 363 bytes
 

Contents

Class file image Download
<h3>Facade pattern</h3>
<p><a href="facade.php">Run Facade DP example</a></p>
<h3>Strategy pattern</h3>
<p>Run Strategy DP <a href="strategy.php?html">HTML</a> or <a href="strategy.php">JSON</a> example</p>
<h3>Command pattern</h3>
<p><a href="command.php">Run Command DP example</a></p>
<h3>Proxy pattern</h3>
<p><a href="proxy.php">Run Proxy DP example</a></p>