Here is a small code piece written in PHP 5. 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.
I did not get much time in commenting out the code. Once I finish the coding, I will publish the entire code. Till then please email me any suggestion of yours.
Package and Install Information: Unzip the package. Place it in the web folder. Open index.php and change the line define("BASE_DIR","e:"); // change this to the top folder. For linux it should be / .Set it to the folder/drive you want to display. Looking forward to your suggestions.





