PHP Classes

File: htdocs/Frameworks/readme.txt

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/Frameworks/readme.txt   Download  
File: htdocs/Frameworks/readme.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 321 bytes
 

Contents

Class file image Download
XOOPS Frameworks For common frameworks shared by XOOPS modules. A framework could be adopted into XOOPS core once it is proven. The structure: {XOOPS_ROOT_PATH}/Frameworks/myframework/xoopsmyframework.php Content of myframework.php: <?php class XoopsMyframework { function __construct() { } ... } ?>