View | Annotate | Download (16.6 KB)
remove MasterShaper comments
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
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
introduced new class NEPHTHYS_EXCEPTION which takes care of beautifying the output of an exception, fixes #100
vim modelines for all Nephthys PHP files, refs #44
update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43
NEPHTHYS_DB, add missing "break" in db_alter_table()
NEPHTHYS_DB now supports transactions, refs #41
for now, throw an error in NEPHTHYS_DB that SQLite does not support ALTER TABLE's (before version 3), refs #41
add support for check-column-exist for SQlite too, refs #41
cleanup code to avoid warning and notice messages, fixes #35 update dist config and default config to use /srv instead /var
use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29
NEPHTHYS_DB class SQLite support, refs #9
let NEPHTHYS_DB use the config of the parent class
Signed-off-by: Andreas Unterkircher <andreas.unterkircher@mm-karton.com>