Element index for package default
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
_
- __autoload
- in file common.php, function __autoload()
A global __autoload that automatically loads classes.
top
b
- build_filter
- in file datalib.php, function build_filter()
Converts name/values pairs into an an SQL where clause.
top
c
- common.php
- procedural page common.php
- count_records
- in file datalib.php, function count_records()
Returns the number of records that match the conditions.
top
d
- datalib.php
- procedural page datalib.php
- delete_records
- in file datalib.php, function delete_records()
Deletes one or more database records
top
e
- execute_sql
- in file datalib.php, function execute_sql()
Executes the provided SQL command and optionally returns the results.
top
f
- full_me
- in file weblib.php, function full_me()
Get the complete URL of the current script including protocol and server name.
top
g
- get_field
- in file datalib.php, function get_field()
Get a single field from a record.
- get_record
- in file datalib.php, function get_record()
Lookups a record using a filter and returns it as a standard object. If more than one record matches, only the first is returned.
- get_records
- in file datalib.php, function get_records()
Gets zero or many records from a table as an array of objects with optional filtering, sorting, list of fields and limits.
- get_referer
- in file weblib.php, function get_referer()
Returns the HTTP_REFERER without the query parameters.
top
h
- html2text
- in file html2text.php, function html2text()
**********************************************************
- html2text.php
- procedural page html2text.php
top
i
- ini_get_bool
- in file common.php, function ini_get_bool()
Function to read a boolean value from the PHP.INI file.
- insert_record
- in file datalib.php, function insert_record()
Creates a new database record from an object.
- is_logged_in
- in file common.php, function is_logged_in()
Checks to see if the user is currently logged in.
top
l
- logout_user
- in file common.php, function logout_user()
Logs a user out by clearing the user's session.
top
m
- me
- in file weblib.php, function me()
Get the current script URI, include the query.
- my_addslashes
- in file common.php, function my_addslashes()
A version of addslashes that can recursively process arrays.
top
n
- notify
- in file weblib.php, function notify()
Sends a notification message to the browser.
- nvl
- in file weblib.php, function nvl()
Returns the variable if defined, a default value if not.
top
o
- object
- in file common.php, class object
This is a very simple PHP class that can be used to hold data.
top
p
- print_footer
- in file weblib.php, function print_footer()
Ends the current page.
- print_header
- in file weblib.php, function print_header()
Starts a new page.
top
r
- record_exists
- in file datalib.php, function record_exists()
Determine if a record matching up to 3 filter conditions exists or not.
- redirect
- in file weblib.php, function redirect()
Outputs an HTML meta refresh tag to send the visitor to a new URL.
- reportError
- in file datalib.php, function reportError()
Record a PDO error message to the log file.
- require_login
- in file common.php, function require_login()
Checks to see if the user is logged in. If not, redirects to the login page.
top
s
- s
- in file weblib.php, function s()
Return an empty string or quotes special characters like "<" and ">"
- set_field
- in file datalib.php, function set_field()
Updates one field in a database record.
- stripslashes_safe
- in file weblib.php, function stripslashes_safe()
Improved version of the stripslashes() function.
- strip_query
- in file weblib.php, function strip_query()
Removes the query parameters from a URL
top
t
- table_info
- in file datalib.php, function table_info()
Helper function to retrieve information about a table's columns.
top
u
- update_record
- in file datalib.php, function update_record()
Issues an UPDATE statement with modified record values.
top
top
|
|