Tutos Homepage / Docs / PHP Source PHP Source Structure

All PHP source is located in the [tutosdir]/php directory.
You will see three different filetypes in this directory.
typedescription
.php html generating scripts you can call directly. These are PHP4 files even if the name indicates something other !
.pinc php objects , support functions
.p3 support functions, language files

TUTOS is organized in functional groups. Related filenames will (mostly) start with the functional group name

name partdescription
_del.php delete a object and go to some useful page
_ins.php insert or update a object and go to some useful page
_new.php display a form to generate a new or modify an existing object
_show.php show all information of a object
_select.php display a form to search for objects
_overview.php display a selection of objects

Other Files:
namedescription
logout.php logout support
minical.php day select popup
Date.pinc datetime object
db.p3 database handling
config.pinc global tutos config file
permission.p3 login verification
de.p3 german language
en.p3 english language
it.p3 italian language
es.p3 spanish language
fr.p3 french language
webelements.p3 support functions for display of html
res_cal.php mixed display of tasks and appointments
map_select.php redirection to webbased map supplier www.mapquest.com
history_show.phpshows a list of all changes to an object (Projects only)