Functions

Assertion function used on error.

__wk_assert_failure(string $script, integer $line, string $message) 

Parameters

$script

string

$line

integer

$message

string

Classes and interfaces

DBException

The exception used by the Query, Result and Driver classes.

« More »

QBException

The exception used by the QueryBuilder class

« More »

QueryBuilder

Helper for creating a mysql query (SELECT, INSERT, UPDATE, DELETE, TRUNCATE).

« More »

WQuery

The query class used to obtain data from the database.

« More »

WResult

Class used to return the results of an select query.

« More »

WebKDBDriver

The driver for the MySQL database connection and controlling.

« More »

WebKException

The main exception class of the WebK framework.

« More »

Constants

 

Defines the basedir for the inclusions.

WEBK_BASEDIR 

Also used to see if a script is included or directly accesed.