root / nephthys_db.php

View | Annotate | Download (16.6 KB)

# Date Author Comment
b23116c6 02/22/2009 11:03 AM Andreas Unterkircher

remove MasterShaper comments

Signed-off-by: Andreas Unterkircher <>

de253b48 12/02/2008 08:28 PM Andreas Unterkircher

further rely on prepared SQL statements and no longer do quoting ourself, fixes #113

switch from ordinary MySQL to MySQLi interface, as it better support prepared statements

completely remove escape() function as it is no longer used

Signed-off-by: Andreas Unterkircher <>

9507541c 10/26/2008 02:02 PM Andreas Unterkircher

introduced new class NEPHTHYS_EXCEPTION which takes care of beautifying the output of an exception, fixes #100

Signed-off-by: Andreas Unterkircher <>

b392cb9b 07/28/2008 08:03 PM Andreas Unterkircher

vim modelines for all Nephthys PHP files, refs #44

Signed-off-by: Andreas Unterkircher <>

9a37d81c 07/28/2008 07:35 PM Andreas Unterkircher

update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43

Signed-off-by: Andreas Unterkircher <>

473edba3 07/27/2008 07:24 AM Andreas Unterkircher

NEPHTHYS_DB, add missing "break" in db_alter_table()

Signed-off-by: Andreas Unterkircher <>

729c0028 07/26/2008 07:41 AM Andreas Unterkircher

NEPHTHYS_DB now supports transactions, refs #41

Signed-off-by: Andreas Unterkircher <>

c163f9b2 07/23/2008 09:09 PM Andreas Unterkircher

for now, throw an error in NEPHTHYS_DB that SQLite does not support ALTER TABLE's (before version 3), refs #41

Signed-off-by: Andreas Unterkircher <>

70ee8a0b 07/23/2008 08:56 PM Andreas Unterkircher

add support for check-column-exist for SQlite too, refs #41

Signed-off-by: Andreas Unterkircher <>

69f0963f 07/12/2008 07:40 AM Andreas Unterkircher

cleanup code to avoid warning and notice messages, fixes #35
update dist config and default config to use /srv instead /var

Signed-off-by: Andreas Unterkircher <>

b1fa0a38 07/09/2008 08:39 PM Andreas Unterkircher

use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29

Signed-off-by: Andreas Unterkircher <>

4e920782 06/27/2008 01:21 PM Andreas Unterkircher

NEPHTHYS_DB class SQLite support, refs #9

Signed-off-by: Andreas Unterkircher <>

1211fb5a 03/08/2008 09:10 AM Andreas Unterkircher

let NEPHTHYS_DB use the config of the parent class

Signed-off-by: Andreas Unterkircher <>