STAG - documentation
[ class tree: STAG - documentation ] [ index: STAG - documentation ] [ all elements ]

Element index for package STAG - documentation

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ q ] [ s ] [ t ] [ u ] [ z ] [ _ ]

_

__autoload
in file fautoload.php, function __autoload()
    load automaticaly classes from files
__construct
in file cteacher.php, method CTeacher::__construct()
    Do nothing
__construct
in file exception.php, method CException::__construct()
    save all infornation about catched exception to session array
__construct
in file cadmin.php, method CAdmin::__construct()
    Do nothing
__construct
in file sql.php, method sql::__construct()
    connect to DB, open table save info to $connection
__construct
in file cstudent.php, method CStudent::__construct()
    Do nothing
__construct
in file chtml.php, method CHTML::__construct()
    create a (x)HTML
__construct
in file cstag.php, method CStag::__construct()
    Initialize and show STAG application
__construct
in file cinit.php, method CInit::__construct()
    Get current action
__construct
in file clogin.php, method CLogin::__construct()
    this class connect to DB vali d username and return BOOLEAN which user is authorized
__destruct
in file sql.php, method sql::__destruct()
    close MySQL connection
top

a

authorized
in file clogin.php, method CLogin::authorized()
    validate user. User is valid
top

c

CAdmin
in file cadmin.php, class CAdmin
    File which include class for administrator functions
CException
in file exception.php, class CException
    class which is called when some Exception is catch :(
CHTML
in file chtml.php, class CHTML
    generate xHTML code which is show on page
CInit
in file cinit.php, class CInit
    Initialize which action should be doing
cadmin.php
procedural page cadmin.php
chtml.php
procedural page chtml.php
cinit.php
procedural page cinit.php
clogin.php
procedural page clogin.php
cmenu.php
procedural page cmenu.php
config.php
procedural page config.php
cstag.php
procedural page cstag.php
cstudent.php
procedural page cstudent.php
cteacher.php
procedural page cteacher.php
CLogin
in file clogin.php, class CLogin
    classes for login/logout users, show users policy, etc.
close
in file sql.php, method sql::close()
CMenu
in file cmenu.php, class CMenu
    class for generate menu
credit_add
in file cteacher.php, method CTeacher::credit_add()
    add time for credit, curent teacher and him subject
CStag
in file cstag.php, class CStag
    CStag start application STAG initialize actions and show page
CStudent
in file cstudent.php, class CStudent
    File which include class for administrator functions
CTeacher
in file cteacher.php, class CTeacher
    File which include class for administrator functions
top

d

db
in file config.php, constant db
    database name
db_pass
in file config.php, constant db_pass
    database password
db_server
in file config.php, constant db_server
    adress of database server
db_table
in file config.php, constant db_table
    tables prefix
db_user
in file config.php, constant db_user
    database username
delete
in file sql.php, method sql::delete()
    delete database about ID. delete(table, ID), return BOOLEAN
deny
in file pshowmenu.php, method PShowMenu::deny()
    show that Access denied
top

e

exception.php
procedural page exception.php
edit_user
in file cstudent.php, method CStudent::edit_user()
    edit details about user
edit_user
in file cadmin.php, method CAdmin::edit_user()
    edit details about user
exam_add
in file cteacher.php, method CTeacher::exam_add()
    add time for exam, curent teacher and him subject
top

f

fautoload.php
procedural page fautoload.php
fetch_array
in file sql.php, method sql::fetch_array()
    chop database result to rows, return array
footer
in file chtml.php, method CHTML::footer()
    Show bottom part of STAG application
top

g

getPolicy
in file clogin.php, method CLogin::getPolicy()
top

i

$inc_page_top
in file cstag.php, variable CStag::$inc_page_top
index.php
procedural page index.php
info
in file clogin.php, method CLogin::info()
    used for getting information about user from DB row
insert
in file sql.php, method sql::insert()
    inserting data into database insert_into('table', 'values')
install.php
procedural page install.php
top

l

LANG
in file config.php, constant LANG
    language settings
leftDefault
in file pshowmenu.php, method PShowMenu::leftDefault()
    show menu for non-authorized users
left_admin
in file pshowmenu.php, method PShowMenu::left_admin()
    generate left menu for administrators
left_student
in file pshowmenu.php, method PShowMenu::left_student()
    generate left menu for students
left_teacher
in file pshowmenu.php, method PShowMenu::left_teacher()
    generate left menu for teachers
link_policy
in file clogin.php, method CLogin::link_policy()
top

m

menuLeft
in file cmenu.php, method CMenu::menuLeft()
    generate menu which is on left side
menuTop
in file cmenu.php, method CMenu::menuTop()
    generate menu which is on top
top

n

num_rows
in file sql.php, method sql::num_rows()
top

p

$password
in file sql.php, variable sql::$password
pabout.php
procedural page pabout.php
padmins.php
procedural page padmins.php
pmainpage.php
procedural page pmainpage.php
pothers.php
procedural page pothers.php
pshowmenu.php
procedural page pshowmenu.php
pstudents.php
procedural page pstudents.php
pteachers.php
procedural page pteachers.php
pzvatlej.php
procedural page pzvatlej.php
PAbout
in file pabout.php, class PAbout
    show page with information aout STAG
Padmins
in file padmins.php, class Padmins
    class contains function for administrators
pInputButton
in file pothers.php, method Pothers::pInputButton()
pInputSClass
in file pothers.php, method Pothers::pInputSClass()
pInputSLeader
in file pothers.php, method Pothers::pInputSLeader()
pInputSName
in file pothers.php, method Pothers::pInputSName()
pInputSShort
in file pothers.php, method Pothers::pInputSShort()
pInputTDays
in file pothers.php, method Pothers::pInputTDays()
pInputTHours
in file pothers.php, method Pothers::pInputTHours()
pInputTMonths
in file pothers.php, method Pothers::pInputTMonths()
pInputUEmail
in file pothers.php, method Pothers::pInputUEmail()
pInputUFirstname
in file pothers.php, method Pothers::pInputUFirstname()
pInputULastname
in file pothers.php, method Pothers::pInputULastname()
pInputUPolicy
in file pothers.php, method Pothers::pInputUPolicy()
pInputUUsername
in file pothers.php, method Pothers::pInputUUsername()
PMainPage
in file pmainpage.php, class PMainPage
    class which generate mainpage
pMainShow
in file pmainpage.php, method PMainPage::pMainShow()
    function which show mainpage
policy
in file clogin.php, method CLogin::policy()
Pothers
in file pothers.php, class Pothers
    others needed functions
pShow
in file padmins.php, method Padmins::pShow()
    generate main admin page
pShow
in file pstudents.php, method Pstudents::pShow()
    generate mainpage if user logged
pShow
in file pteachers.php, method Pteachers::pShow()
    generate mainpage for teacher if logged himself
pShowAbout
in file pabout.php, method PAbout::pShowAbout()
    generate output
pShowAuthors
in file pabout.php, method PAbout::pShowAuthors()
    print to screen info about authors
pShowclasses_add
in file pteachers.php, method Pteachers::pShowclasses_add()
    generate output where teacher can add "class" of subject
pShowclasses_edit
in file pstudents.php, method Pstudents::pShowclasses_edit()
    generate page, where student can himself add/delete from some subject
pShowclasses_mngmnt
in file pteachers.php, method Pteachers::pShowclasses_mngmnt()
    generate output where teacher can edit "class" of subject
pShowcredit_add
in file pteachers.php, method Pteachers::pShowcredit_add()
    generate page for add credit for current teacher
pShowexams
in file pteachers.php, method Pteachers::pShowexams()
    generate output where teacher can create exams for students from year
pShowexams_edit
in file pstudents.php, method Pstudents::pShowexams_edit()
    generate output where student cas himself add to some exams
pShowexam_add
in file pteachers.php, method Pteachers::pShowexam_add()
    generate page for add credit for current teacher
pShowinfo
in file pstudents.php, method Pstudents::pShowinfo()
    generate pagw where are informations about logged student
pShowinfo_edit
in file pstudents.php, method Pstudents::pShowinfo_edit()
    generate output where student can change basic information about himself
PShowMenu
in file pshowmenu.php, class PShowMenu
    class which show parts of menu to screen
pShowsubj_add
in file padmins.php, method Padmins::pShowsubj_add()
    generate page with add subjects
pShowsubj_mngmnt
in file padmins.php, method Padmins::pShowsubj_mngmnt()
    generate page with edit box for subjects
pShowusers_add
in file padmins.php, method Padmins::pShowusers_add()
    generate page with adding user
pShowusers_dismiss
in file pteachers.php, method Pteachers::pShowusers_dismiss()
    generate output were teacher can dissmiss some student
pShowusers_mngmnt
in file padmins.php, method Padmins::pShowusers_mngmnt()
    generate page with edit box for user information
pShowusers_show
in file pteachers.php, method Pteachers::pShowusers_show()
    generate output where tacher can show all students from him classes
Pstudents
in file pstudents.php, class Pstudents
    generate pages for logges student
Pteachers
in file pteachers.php, class Pteachers
    generate output page for teachers
PZvatlej
in file pzvatlej.php, class PZvatlej
    class which generate lorem "stupid" ipsum texts
top

q

$query
in file sql.php, variable sql::$query
query
in file sql.php, method sql::query()
    send query to database, return data
top

s

$server
in file sql.php, variable sql::$server
sql.php
procedural page sql.php
select
in file sql.php, method sql::select()
    select database about ID. delete(table, complete query), return BOOLEAN
showError
in file exception.php, method CException::showError()
    Print informaion about catched error into page
showStudents
in file cteacher.php, method CTeacher::showStudents()
    generate array of all users in database
showUsers
in file cadmin.php, method CAdmin::showUsers()
    generate array of all users in database
sql
in file sql.php, class sql
    file contained class which provide all operation over database
students_show
in file cteacher.php, method CTeacher::students_show()
    show students
subj_add
in file cadmin.php, method CAdmin::subj_add()
    create new subject in dattabase
top

t

topLogin
in file pshowmenu.php, method PShowMenu::topLogin()
    generate top menu for user login
topMenu
in file pshowmenu.php, method PShowMenu::topMenu()
    generate top menu when user is logged
top

u

$username
in file sql.php, variable sql::$username
update
in file sql.php, method sql::update()
    update database table about ID update(table, ID, column, value)
userID
in file pshowmenu.php, method PShowMenu::userID()
    show information about logged user
users_add
in file cteacher.php, method CTeacher::users_add()
    create a user in DB
users_add
in file cstudent.php, method CStudent::users_add()
    create a user in DB
users_add
in file cadmin.php, method CAdmin::users_add()
    create a user in DB
users_mngmnt
in file cadmin.php, method CAdmin::users_mngmnt()
    manage users
user_logout
in file clogin.php, method CLogin::user_logout()
    destroy session - logged out current user
top

z

zvatlej
in file pzvatlej.php, method PZvatlej::zvatlej()
    generate texts
top

Documentation generated on Sat, 24 Jan 2009 19:10:29 +0100 by phpDocumentor 1.4.1