From: Nicolas Boisselier Date: Thu, 27 Oct 2016 16:25:27 +0000 (+0200) Subject: encrypt X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=ee3dde8ca095b5573f415974bba6078388b994c5;p=nb.git encrypt --- diff --git a/lib/php/db.php b/lib/php/db.php index c592d5f0..c418595e 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -44,6 +44,9 @@ class Db extends nb { public $conf = []; public $row_parse; # Function to call in table.rows() + # Encription + public $encrypt = []; + # Params protected static $paliases = [ 'd' => 'db',