added: to Request options used by ezc generators:

bool gen_trim_white;
       bool gen_skip_new_line;
       bool gen_use_special_chars;
added: new ezc filter: fil_csv_escape
       for escaping csv fields





git-svn-id: svn://ttmath.org/publicrep/winix/trunk@877 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-08-26 19:53:47 +00:00
parent adf273479a
commit 260c12894d
9 changed files with 102 additions and 1 deletions

View File

@@ -119,6 +119,10 @@ void Request::Clear()
subdomain.clear();
ClearAjax();
ajax_serializer = 0;
gen_trim_white = false;
gen_skip_new_line = false;
gen_use_special_chars = false;
}