dokeos-include
[ class tree: dokeos-include ] [ index: dokeos-include ] [ all elements ]

Procedural File: introductionSection.inc.php

Source Location: /main/inc/introductionSection.inc.php



Page Details:

The INTRODUCTION MICRO MODULE is used to insert and edit an introduction section on a Dokeos Module. It can be inserted on any Dokeos Module, provided a connection to a course Database is already active.

The introduction content are stored on a table called "introduction" in the course Database. Each module introduction has an Id stored on the table. It is this id that can make correspondance to a specific module.

'introduction' table description id : int intro_text :text

usage :

$moduleId = XX // specifying the module Id include(moduleIntro.inc.php);




Includes:

include_once(api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php') [line 49]
The INTRODUCTION MICRO MODULE is used to insert and edit an introduction section on a Dokeos Module. It can be inserted on any Dokeos Module, provided a connection to a course Database is already active.

The introduction content are stored on a table called "introduction" in the course Database. Each module introduction has an Id stored on the table. It is this id that can make correspondance to a specific module.

'introduction' table description id : int intro_text :text

usage :

$moduleId = XX // specifying the module Id include(moduleIntro.inc.php);








Documentation generated on Wed, 05 Sep 2007 06:14:50 +0200 by phpDocumentor 1.4.0