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);




Tags:

filesource:  Source Code for this file


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);




Tags:

filesource:  Source Code for this file






Documentation generated on Thu, 12 Jun 2008 13:53:15 -0500 by phpDocumentor 1.4.1