Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rafat Katta  >  dyna_menue  >  readme.xml  >  Download  
File: readme.xml
Role: Documentation
Content type: text/plain
Description: readme file for information
Class: dyna_menue
Build an hierarchic menu with dynamic HTML
Author: By
Last change:
Date: 2006-02-20 01:04
Size: 1,775 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="windows-1256"?>
<!DOCTYPE class_Structur
[
  <!ELEMENT class_struct (#PCDATA)>
  <!ENTITY EXT "extends">
  <!ENTITY Struct "Class Structur">
]
>
<struct>
<!-- "this is a Class Library to make Dynamik Menue List or Tree some Elements can be used as Hyperlink Text or Grafic Hyperlink.
It use Call by Reference form make an Object.!--><!-- Version 0.2" !-->
<!-- Attenction sample.php ve some example for use them, i try to make more objects at next -->
<!-- to use them just include the file named lib.element.class.inc it include all classes or you can use them separate-->
<CAbsMenue> is an Abstract Menue Class for later Implementation the Property $bStatus will be used in the future.
<CMenueList> extends CAbsMenue: Implementation of CAbsMenue you can use it to make your Menue List or Tree.</CMenueList>
</CAbsMenue>
<CTextLinks>a Class to make a Text Hyperlink. you can use it alone to make hyperlink with function showHtml()
<CTextMenueElem> extends CTextLinks it make a Static Menue Element (Listed Element) just a Text.</CTextMenueElem>
</CTextLinks>
<CGLinks>a Class to make a Image Hyperlink. you can use it alone to make Image as Hyperlink with function showHtml()
<CGMenueElem> extends  CGLinks it make a Static Menue Element (Listed Element) just Image.</CGMenueElem>
<CGTMenueElem> extends CGLinks it make a Static Menue Element (Listed Element) Image and Text.</CGTMenueElem>
</CGLinks>
<CMenueBlock> class to make the Menue Block see sample.php</CMenueBlock>
<!--<lib.menue.class.inc>Include file for use all as Library </lib.menue.class.inc>  
<sampl.php>Test the Lib</sample.php> -->
<!-- ATTENCTION I use a Java code in the class CMenueList from this site  http://www.dynamicdrive.com -->
</struct>