DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:overview

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:overview [2016-11-03 02:20] – old revision restored (2016-04-28 15:47) achdevel:overview [2018-11-16 11:48] hieradex
Line 5: Line 5:
 ^ Filename                           ^ Code snippet                                       ^ Description                                                                                                                                                                                                                            ^ ^ Filename                           ^ Code snippet                                       ^ Description                                                                                                                                                                                                                            ^
 | [[xref>doku.php]]                  | '' if(!defined('DOKU_INC'))       ''               | Everything starts here by defining the base code directory                                                                                                                                                                             | | [[xref>doku.php]]                  | '' if(!defined('DOKU_INC'))       ''               | Everything starts here by defining the base code directory                                                                                                                                                                             |
-| :::                                | '' $ACT = $_REQUEST['do'        ''               | next we determine which action is requested a.k.a. [[devel:action_modes|do modes]]                                                                                                                                                     |+| :::                                | '' $ACT = $_REQUEST['do'        ''               | next we determine which action is requested a.k.a. [[fr:devel:action_modes|do modes]]                                                                                                                                                     |
 | :::                                | '' require_once('init.php'      ''               | over to init.php, initialize core                                                                                                                                                                                                      | | :::                                | '' require_once('init.php'      ''               | over to init.php, initialize core                                                                                                                                                                                                      |
 | [[xref>inc/init.php]]              | '' include('preload.php'        ''               | [[preload]] make it possible to override directories and configuration cascade                                                                                                                                                         | | [[xref>inc/init.php]]              | '' include('preload.php'        ''               | [[preload]] make it possible to override directories and configuration cascade                                                                                                                                                         |
devel/overview.txt · Last modified: 2023-08-13 14:54 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