forked from extern/egroupware
486a32e86d
- the etemplate_request object which stores the request data in the a) session (as before) or b) compressed and encrypted in the form transmitted to the user Benefit of b) is that the session does not grow and the form can be submitted as long as the session exists, as we need no garbadge collection. Of cause more data needs to be submitt between browser and webserver. b) is choosen automatic if mcrypt and gzcompress are available, but can be turned off via setting etemplate_request::$request_class = 'etemplate_request_session'; - static class variables instead of the before used global ones --> This new version of eTemplate is fully backward compatible with 1.6! |
||
---|---|---|
.. | ||
class.advancedsearch_widget.inc.php | ||
class.ajax_select_widget.inc.php | ||
class.bo_tracking.inc.php | ||
class.boetemplate.inc.php | ||
class.contact_widget.inc.php | ||
class.customfields_widget.inc.php | ||
class.date_widget.inc.php | ||
class.db_tools.inc.php | ||
class.editor.inc.php | ||
class.etemplate_request_session.inc.php | ||
class.etemplate_request.inc.php | ||
class.etemplate.inc.php | ||
class.historylog_widget.inc.php | ||
class.link_widget.inc.php | ||
class.manual_widget.inc.php | ||
class.nextmatch_widget.inc.php | ||
class.path_widget.inc.php | ||
class.select_widget.inc.php | ||
class.sitemgr_module.inc.php | ||
class.so_sql2.inc.php | ||
class.so_sql_cf.inc.php | ||
class.so_sql.inc.php | ||
class.soetemplate.inc.php | ||
class.solangfile.inc.php | ||
class.tab_widget.inc.php | ||
class.tree_widget.inc.php | ||
class.uietemplate_gtk.inc.php | ||
class.url_widget.inc.php | ||
class.vfs_widget.inc.php | ||
class.xmltool.inc.php | ||
class.xul_io.inc.php | ||
hook_sidebox_menu.inc.php |