PHP Classes

File: ReadMe.txt

Recommend this page to a friend!
  Classes of Michael J. Fuhrman   Folder_DetailView   ReadMe.txt   Download  
File: ReadMe.txt
Role: Documentation
Content type: text/plain
Description: Provides guidence to programmers
Class: Folder_DetailView
Show a list of nested folders as collapsible tree
Author: By
Last change:
Date: 13 years ago
Size: 1,986 bytes
 

Contents

Class file image Download
============================= Audiences Experience Level Patrons reading this file should be comfortable using a text editor, managing files and be familiar with PHP. Some changes to file paths are required. ============================= Development Environment This code was originally developed using a Windows platform and may not work without modification on a Unix or Mac environment. ============================= Code Changes In order to use these files you are must adjust their include_once directives. Failure to do still will cause the example scripts to fail. You must also update the dirPath() function where ever found to provide the right depth for the files to locate the Web Root. ============================= Required Classes This class is specifically designed to use Ladder. Ladder manages the data that this class presents. This class will NOT work with standard SQL appliations. ============================= Recommended Directory Structure Web Root | - [Application] | - | - Folder_DetailList.php | - | - trgr_Folder_DetailList.js | - | - Install | - | - install.php [ from Ladder ] | - | - Images | - | - Ladder | - | - | - empty.gif | - | - | - file.gif | - | - | - folder_closed.gif | - | - | - folder_open.gif | - | - | - reference.gif | - | - | - plus.gif | - | - | - minus.gif | - | - Shared | - | - _app.inc | - | - styles.css | - | - functions.inc | - | - install_functions.inc | - | - GPL.txt | - | - | - | - Classes | - | - | - Ladder | - | - | - | - Ladder_Globals.cls | - | - | - | - Ladder_Folder.cls | - | - | - | - Ladder_Item.cls | - | - | - | - Ladder_Properties.cls | - | - | - | - Ladder_References.cls | - | - | - | - Panels | - | - | - Panel_Panel.cls | - | - | - Ladder | - | - | - | - Panel_Folder_DetailList.cls | - | - | - | - Panel_TreeView.cls