Packageindex Classtrees Modulegroups Elementlist    
a A B c C d e E f F g h i I k K l m M n N p q r R s S t T u w

A

Array Module Array.
Array Functions Library.

B

BR Constant defined in module Corban
Break line.
BOLDTEXT Constant defined in module Corban
Bold text style.

C

Corban Module Corban.
"Corban, dear" - Debug Output Library.
CORBAN_DIE_SCREAM Constant defined in module Corban
Die message.
CORBAN_PREFIX Constant defined in module Corban
Debug message prefix.
CND_EQUALITY Constant defined in module SQLCompose
Equality condition.
CND_HOMOGENIC Constant defined in module SQLCompose
Homogenic condition.
CND_COMPLEX Constant defined in module SQLCompose
Complex condition.
CND_SIMPLE Constant defined in module SQLCompose
Simple condition.
CND_DUMMY Constant defined in module SQLCompose
Dummy condition.
Config Module Config.
Library configuration settings.

E

EXP_FLAG Constant defined in module SQLCompose
Expression flag.
E_SUCCESS Constant defined in module Registry
Success code.
E_BASE Constant defined in module Registry
Error base offset.
E_BADKEY Constant defined in module Registry
"Bad key" error code.
E_BADNAME Constant defined in module Registry
"Bad name" error code.
E_KEYEXISTS Constant defined in module Registry
"Key already exists" error code
E_KEYNOTEXISTS Constant defined in module Registry
"Key does not exist" error code.
E_UNKNOWN Constant defined in module Registry
"Unknown error" error code.

F

FONTTEXT Constant defined in module Corban
Default text style.
FLD_KEY Constant defined in module Registry
Registry keys table field name.
FLD_VAL Constant defined in module Registry
Registry values table field name.

I

IT_ND Constant defined in module Config
IT_INT Constant defined in module Config
IT_DOUBLE Constant defined in module Config

K

KWFIELD Constant defined in module SQLSearch
Name of field for search.

M

MySQL Module MySQL.
MySQL SQL Abstraction Layer
MAX_NAME_LENGTH Constant defined in module Registry
Max registry key name length.
MAX_KEY_LENGTH Constant defined in module Registry
Max registry full key name length.

N

NBSP Constant defined in module Corban
Non-breakable space.

R

REGEXP_PATTERN Constant defined in module SQLSearch
REGEXP type of search pattern.
REGEXP_ANYCHAR Constant defined in module SQLSearch
"Any symbol" REGEXP search pattern.
REGEXP_SEPARATOR Constant defined in module SQLSearch
REGEXP search pattern "separator".
REGEXP_ANYSEQUENCE Constant defined in module SQLSearch
"Any symbol sequence" REGEXP search pattern.
Registry Module Registry.
Registry Library.
REG_CONNECT Function in module Registry
Establishes connection to registry database.
REG_EXIT Function in module Registry
Sets the $registry_error and returns result
REGISTRY_HOST Constant defined in module Registry
Registry DB host.
REGISTRY_USER Constant defined in module Registry
Registry DB user name.
REGISTRY_PASSWORD Constant defined in module Registry
Registry DB user password.
REGISTRY_DATABASE Constant defined in module Registry
Registry DB name.
REGKEY_SEPARATOR Constant defined in module Registry
Registry keys separator.
REG_VALID_NAME Constant defined in module Registry
Registry valid name regular expression pattern.
ROOTKEY Constant defined in module Registry
Root key.

S

SQLCompose Module SQLCompose.
Simple SQL Query Compose Library.
SQLSearch Module SQLSearch.
SQL Keywords Search Library.
SQL_PATTERN Constant defined in module SQLSearch
SQL type of search pattern.
SEARCHEXP_SEPARATOR Constant defined in module SQLSearch
SYMBOL_ANYCHAR Constant defined in module SQLSearch
"Any symbol" search pattern.
SYMBOL_ANYSEQUENCE Constant defined in module SQLSearch
"Any symbol sequence" search pattern.
SQL_ANYCHAR Constant defined in module SQLSearch
"Any symbol" SQL search pattern.
SQL_ANYSEQUENCE Constant defined in module SQLSearch
"Any symbol sequence" SQL search pattern.
Softerra Package

T

TBL_REGISTRY Constant defined in module Registry
Registry table.
TYPE_BOOLEAN Constant defined in module Registry
Boolean type
TYPE_INTEGER Constant defined in module Registry
Integer type
TYPE_DOUBLE Constant defined in module Registry
Double type
TYPE_STRING Constant defined in module Registry
String type.
TYPE_ARRAY Constant defined in module Registry
Array type.

a

affected_rows Function in class sqlStorage
Gets the number of rows affected during previous SQL operation.
alterValue Function in module Array
Alters value.
alterArray Function in module Array
Alters array.
array_max Function in module Array
Return the array's maximal element.

c

connect Function in class sqlStorage
Connects to SQL Server.
close Function in class sqlStorage
Disconnects from SQL server.
$connection Variable in Class sqlStorage
Connection link ID.
corban.lib.php Included file in class sqlStorage
"Corban, dear" - Debug Output Library.
cd Function in module Corban
Outputs a debug message.
ci Function in module Corban
Inits the specified timer.
cs Function in module Corban
Displays timer value.
corban_dear Function in module Corban
Outputs a debug message.
corban_die Function in module Corban
Outputs the die message and die a script.
corban_bold Function in module Corban
Applies bold style to text.
corban_format Function in module Corban
Formats text with specified color and size.
corban_scalar Function in module Corban
Prints a debug message.
corban_array Function in module Corban
Outputs an array.
corban_unserialize Function in module Corban
Gets and returns a variable from a serialized object or its part.
corban_object Function in module Corban
Outputs an object.
corban_resource Function in module Corban
Outputs a resourse.
corban_microtime Function in module Corban
Returns current time in microseconds.
corban_timer Function in module Corban
Returns the specified timer value.
corban_inittimer Function in module Corban
Inits the specified timer.
corban_showtimer Function in module Corban
Displays timer value.
composeInsertQuery Function in module SQLCompose
Returns the INSERT SQL query string.
composeUpdateQuery Function in module SQLCompose
Returns the UPDATE SQL query string.
composeSelectQuery Function in module SQLCompose
Returns the SELECT SQL query string.
composeDeleteQuery Function in module SQLCompose
Returns the DELETE SQL query string.
complexConditions Function in module SQLCompose
Returns complex condition.
composeQueryConditions Function in module SQLCompose
Returns SQL query end part.
composeSearchConditions Function in module SQLSearch
Returns part of the WHERE condition.

d

debugOn Function in class sqlStorage
Turns SQL debugger on.
debugOff Function in class sqlStorage
Turns SQL debugger off.
delete Function in class sqlStorage
Sends an SQL DELETE query.
$debug Variable in Class sqlStorage
Debug flag.
$debugmessage Variable in Class sqlStorage
Debug message.
$database Variable in Class sqlStorage
DB link ID.
dummyCondition Function in module SQLCompose
Returns dummy condition.

e

error Function in class sqlStorage
Returns error message from the previous SQL operation.
equalityConditions Function in module SQLCompose
Returns equality condition.
expression2internal Function in module SQLSearch
Returns prepared search array.
expression2conditions Function in module SQLSearch
Returns the composed WHERE part of SQL query.

f

free_result Function in class sqlStorage
Frees result memory.
fetch_row Function in class sqlStorage
Get a result row as an enumerated array.
fetch_array Function in class sqlStorage
Fetch a result row as an associative array.
fetch_object Function in class sqlStorage
Fetch a result row as an object.
fetch_field Function in class sqlStorage
Gets column information from a result and returns it as an object.
fetch_fields Function in class sqlStorage
Gets column information from a result and returns it as an array of objects.
fetch_result Function in class sqlStorage
Fetches all rows of result data into a multi-dimensional array.
fetch_rows Function in class sqlStorage
Fetches all rows of result data into a multi-dimensional array.
fetch_arrays Function in class sqlStorage
Fetches all rows of result data into a multi-dimensional array.
fetch_objects Function in class sqlStorage
Fetches all rows of result data.
fmtRow Constant defined in class sqlStorage
Row format type.
fmtArr Constant defined in class sqlStorage
Array format type.
fmtObj Constant defined in class sqlStorage
Object format type.

g

getServer Function in class sqlStorage
Get type of SQL server to connect to.

h

homogenicConditions Function in module SQLCompose
Returns homogenic condition.

i

insert Function in class sqlStorage
Sends an SQL INSERT query.
insert_id Function in class sqlStorage
Gets the ID generated from the previous INSERT operation.

k

keywords2conditions Function in module SQLSearch
Returns prepared search keywords array.

l

list_dbs Function in class sqlStorage
Lists databases available on SQL server.
list_tables Function in class sqlStorage
Lists tables contained in SQL database.
list_fields Function in class sqlStorage
Lists SQL result fields.
lib.cfg.php Included file in class sqlStorage
Library configuration settings.
listArrayValues Function in module Array
Returns the list of array values separated by $separator.
listArrayKeys Function in module Array
Returns the list of array keys separated by $separator.
listArrayKeysAndValues Function in module Array
Returns the list of array keys and values.

m

mysql.fun.php Included file in class sqlStorage
MySQL SQL Abstraction Layer

n

num_rows Function in class sqlStorage
Gets the number of rows in result.
num_fields Function in class sqlStorage
Gets the number of fields in result.

p

prepareValueOrExpression Function in module SQLCompose
Prepares a value or expression.
prepareValuesOrExpressions Function in module SQLCompose
Prepares values or expressions.
printArray Function in module Array
Outputs an array with the specified $prefix.

q

query Function in class sqlStorage
Sends an SQL query.
queryresult_exists Function in class sqlStorage
Check if the previous SELECT operation returns result data.
queryresult_record Function in class sqlStorage
Fetches next row and returns the first field value.
queryresult_column Function in class sqlStorage
Fetches all rows of result data and returns the first column values.
$queryresult Variable in Class sqlStorage
Result data link ID.
$query_count Variable in Class sqlStorage
Query counter.
quotedValue Function in module SQLCompose
Returns a single-quoted value.

r

result Function in class sqlStorage
Gets result data.
re_k2c Function in module SQLSearch
Prepares search keywords.
regLastError Function in module Registry
Returns the last registry error code
regValidName Function in module Registry
Returns TRUE if $name is a valid registry key name, or FALSE.
regValidKey Function in module Registry
Returns TRUE if $key is a valid registry key, or FALSE.
regNameFromKey Function in module Registry
Returns a registry key name extracted from the $key.
regPathFromKey Function in module Registry
Returns a registry path extracted from the $key.
regKeyFromPathAndName Function in module Registry
Returns a registry key.
regExplodeKey Function in module Registry
Explodes and returns key names extracted from key.
regKeyExists Function in module Registry
Returns TRUE if $key exists, or FALSE.
regCreateKey Function in module Registry
Create a registry key.
regDeleteKey Function in module Registry
Deletes a registry key.
regRenameKey Function in module Registry
Rename a registry key.
regCopySubTree Function in module Registry
Creates a registry key and copies the subtree of the current key.
regGetValue Function in module Registry
Returns a key value.
regSetValue Function in module Registry
Sets a key value.
regSubKeys Function in module Registry
Returns subkeys of the current key.
regSubKeysCount Function in module Registry
Returns the number of subkeys.
regGetSubValues Function in module Registry
Returns an array of subkey values.
regTagAttributes Function in module Registry
Returns tag's attributes as string.
removeIntegerValuesFromArray Function in module Array
Removes integer values from array.
removeNotIntegerValuesFromArray Function in module Array
Removes non-integer values from array.

s

sqlStorage Class sqlStorage.
SQL Storage Abstraction Layer Class.
sqlStorage Function in class sqlStorage
SQL Storage Class Constructor.
sal_unsupported_method Function in class sqlStorage
Printing error message.
select_db Function in class sqlStorage
Selects an SQL database.
select Function in class sqlStorage
Sends an SQL SELECT query.
select_exists Function in class sqlStorage
Sends a SELECT query and checks if the result data is not empty.
select_count Function in class sqlStorage
Prepares and sends a SELECT query to count the number of rows for the specified conditions.
select_record Function in class sqlStorage
Sends a SELECT query and returns value of the first row and the first field.
select_row Function in class sqlStorage
Sends a SELECT query and returns the first result row as an associative array.
select_column Function in class sqlStorage
Sends a SELECT query and returns the first column values.
select_result Function in class sqlStorage
Sends a SELECT query and returns all rows of result data as a multi-dimensional array.
search Function in class sqlStorage
Prepares and sends a SELECT query according to the specified expression.
strErrorConnect Constant defined in class sqlStorage
Connection error message.
strErrorSelect Constant defined in class sqlStorage
Selection error message.
sqlcompose.lib.php Included file in class sqlStorage
Simple SQL Query Compose Library.
sqlsearch.lib.php Included file in class sqlStorage
SQL Keywords Search Library.
sql_connect Function in module MySQL
Connects to a MySQL Server.
sql_close Function in module MySQL
Disconnects from a MySQL server.
sql_select_db Function in module MySQL
Selects a MySQL database.
sql_query Function in module MySQL
Sends a MySQL query.
sql_num_rows Function in module MySQL
Gets the number of rows in result.
sql_num_fields Function in module MySQL
Gets the number of fields in result.
sql_fetch_row Function in module MySQL
Gets a result row as an enumerated array.
sql_fetch_array Function in module MySQL
Fetch a result row as an associative array, a numeric array, or both.
sql_fetch_object Function in module MySQL
Fetches a result row as an object.
sql_fetch_field Function in module MySQL
Gets column information from a result and returns it as an object.
sql_result Function in module MySQL
Gets result data.
sql_free_result Function in module MySQL
Frees result memory.
sql_insert_id Function in module MySQL
Gets the ID generated from the previous INSERT operation.
sql_error Function in module MySQL
Returns the text of the error message from the previous MySQL operation.
sql_list_dbs Function in module MySQL
Lists databases available on a MySQL server.
sql_list_tables Function in module MySQL
Lists tables in a MySQL database.
sql_list_fields Function in module MySQL
Lists MySQL result fields.
sql_affected_rows Function in module MySQL
Gets the number of affected rows in the previous MySQL operation.
simpleConditions Function in module SQLCompose
Returns the simple condition string.
searchPattern Function in module SQLSearch
Prepares and returns the search keyword.
sql_k2c Function in module SQLSearch
Prepares search keywords.
standalone Function in module SQLSearch
Returns the prepared WHERE part of SQL query.
svrMySQL Constant defined in module Config
svrMSQL Constant defined in module Config
svrMSSQL Constant defined in module Config
svrSybaseSQL Constant defined in module Config
svrPostgreSQL Constant defined in module Config
svrODBC Constant defined in module Config

t

targetfield Function in module SQLSearch
Setting field name for keyword search.

u

update Function in class sqlStorage
Sends an SQL UPDATE query.

w

withTablePrefix Function in module SQLCompose
Returns an array of field names.
Packageindex Classtrees Modulegroups Elementlist