Пример #1
0
function construct_where(&$query_obj, $table = '', $module = null)
{
    $jsonServer = new LegacyJsonServer();
    return $jsonServer->constructWhere($query_obj, $table, $module);
}