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
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
top
top
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
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
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
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
top
|
|