DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:plugin_programming_tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
devel:plugin_programming_tips [2018-11-24 08:49] – [Handle JSON ajax request] torpedodevel:plugin_programming_tips [2018-11-24 09:03] – [Handle JSON ajax request] torpedo
Line 234: Line 234:
     //e.g. access additional request variables     //e.g. access additional request variables
     global $INPUT; //available since release 2012-10-13 "Adora Belle"     global $INPUT; //available since release 2012-10-13 "Adora Belle"
-    $name = $INPUT->str('name')) {+    $name = $INPUT->str('name');
          
     //data     //data
devel/plugin_programming_tips.txt · Last modified: 2023-09-20 23:34 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki