Start instance of base class, load configuration and establish database connection. Please don't call the constructor direcly, use the singleton pattern instead.
Removes simple guestbook entry from the simple guestbook entry table. Takes the simple guestbook entry id as first argument. Returns amount of affected rows.
int updateSimpleGuestbookEntry(
int
$id, array
$sqlData)
Updates simple guestbook entry. Takes the simple guestbook entry id as first argument, a field=>value array with the new generator form data as second argument. Returns amount of affected rows.