Webexplore


Version: 1.0
Category:
Scripts
PHP
Requirements:
Seller:
Price:
-
System:
Rating:
4.4
License:

Description - Webexplore



The code piece mainly creates a web based windows explorer. This is not complete yet. However, I prefer to upload so I can get valuable suggestions. The code base is using the observer-observable design pattern. The entire design pattern is as follows.The code base is divided into two folder viz Model and controller. There are two classes written in model folder. One is explorer.class.PHP and another is observable.class.php .In the explorer class and interface is created. This interface is implemented in an abstract class widdir. Finally winfolder class extends the abstract class and creates the observer. In the observable abstract class folderAction has been created.



More in PHP-Webexplore

Design Pattern Abstract Class Widdir Finally Winfolder