Procedural File: functions.php

Source Location: Program_Root/functions.php



Classes:

Page Details:

Main functions
The most important functions of the application

Tags:


Includes:
include_once("$path/page.inc.php")
include_once("$path/operations.inc.php")
include_once("$path/generic.inc.php")



generatePage

void generatePage ( $username )

returns a string wich contains the whole page generated for the user $username;
this function is called by index.php after user validation;
it checks the value of the global parameter $action to see if the user has the
rights for the operation; if so, it calls the function in operations.php;
(I'll probably modify all this introducing ortogonality and better customization
of "who can do what")

Tags:

Conflicts:

Parameters

  • string $username - the user name

[ Top ]


Documention generated on Thu, 28 Nov 2002 17:43:36 +0100 by phpDocumentor 1.1.0