06-16-2017, 04:17 PM
Function returns if table records contain national characters. Fixed by adding:
in the file \usersc\classes\DB.php
Code:
$db->results(true)
Code:
NULL
Code:
Config::get('mysql/db') . ';charset=utf8',
in the file \usersc\classes\DB.php