egroupware/etemplate
Ralf Becker 31cb95989e "allow static get_rows callbacks, eg. 'app_ui::get_rows':
- on php5.3+ they get directly called via a variable: $callback($query,$rows,$readonlys)
- on php < 5.3 we instancate the class, an call the method non-static: $obj->$method($query,$rows,$readonlys)
--> allows application code to be prepared for static callbacks
Note:
- we can not use call_user_func, as it does NOT support passing by reverence, which is required for $rows and $readonlys parameter
- static callbacks allow to NOT instanciate the class again for the callback (without current dirty methods like placing the object in $GLOBALS[$class])"
2009-05-14 10:22:13 +00:00
..
doc Added Ajax Select to widget documentation 2008-08-12 21:13:03 +00:00
inc "allow static get_rows callbacks, eg. 'app_ui::get_rows': 2009-05-14 10:22:13 +00:00
js new ajax_submit() function with submitts the whole form via ajax to a given callback 2009-04-29 14:15:35 +00:00
setup Edit and set comment field for colums in eGW's schema files 2009-05-13 07:39:58 +00:00
templates Edit and set comment field for colums in eGW's schema files 2009-05-13 07:39:58 +00:00
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
phpGtk_test.php phpgw --> egw 2005-11-09 20:50:45 +00:00
process_exec.php "header update" 2008-10-07 12:25:28 +00:00
thumbnail.php "imediatly closing the sesson, as there's no need to keep it open (and preventing parallel calls)" 2009-04-19 07:22:00 +00:00