[commits] [Wiki] changed: Doc/Dev/CheatSheet
Wiki Guest
wikiguest at horde.org
Sun Nov 3 07:47:59 UTC 2019
guest [95.90.223.65] Sun, 03 Nov 2019 07:47:59 +0000
Modified page: https://wiki.horde.org/Doc/Dev/CheatSheet
New Revision: 5
Change log: Unify to GLOBALS syntax
@@ -20,9 +20,9 @@
$GLOBALS['registry']->get('webroot', $app);
+++ App's Javascript Url
-$registry->applications[$app]['jsuri'];
+$GLOBALS['registry']->applications[$app]['jsuri'];
Note: This is most likely not what you want. Use the template & js
loading mechanism instead
More information about the commits
mailing list