Functions

Display About menu with version information

about() : void

Create info dialog to return an informational message

alert(string $message) : void

Parameters

$message

string

Convert an array to an object

array_to_object(array $array) : object

Parameters

$array

array

Returns

object

Creates a binary confirmation dialog

confirm(string $message) : bool

Parameters

$message

string

Returns

bool

Bulk directory loading workaround for use with array_map and glob

do_include(string $path) : void

Parameters

$path

string

Create info dialog to retun an informational message

error(string $message) : void

Parameters

$message

string

Error handler to convert errors to exceptions

exception_error_handler(int $errno, string $errstr, string $errfile, int $errline) 

Parameters

$errno

int

$errstr

string

$errfile

string

$errline

int

Exceptions

\ErrorException

Log fatal errors

log_fatal() 

Classes and interfaces

Connection_Sidebar

Widget managing saved database connections

« More »

DB_Info_Widget

Widget for adding / editing database connections

« More »

DB_Structure_Widget

Class for generating db-structure editing views

« More »

DB_tabs

Tabbed Container for database properties

« More »

Data_Grid

Class to simplify dealing with GtkTreeView

« More »

Classes and interfaces

Add_DB

Window controlling addition of database connections

« More »

DB_Table_Data

Popup window to display database table data

« More »

Edit_DB

Window controlling modifications of database connections

« More »

Edit_Table

Window for editing db table structure

« More »

Main

Main Window Class

« More »