mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #6902 from nextcloud/backport/6898/stable22
[stable22] Fix links from the request lifecycle to the app init docs
This commit is contained in:
commit
c25361b908
@ -28,11 +28,11 @@ In the beginning, all requests are sent to Nextcloud's :file:`index.php` which i
|
||||
* Filesystem
|
||||
* Logging
|
||||
|
||||
The type of the app is determined by inspecting the app's :doc:`configuration file <../info>` (:file:`appinfo/info.xml`). Loading apps means that the :doc:`main file <../init>` (:file:`appinfo/app.php`) of each installed app is being loaded and executed. That means that if you want to execute code before a specific app is being run, you can place code in your app's :doc:`../init` file.
|
||||
The type of the app is determined by inspecting the app's :doc:`configuration file <../info>` (:file:`appinfo/info.xml`). Loading apps means that the :doc:`main file <../app_development/init>` (:file:`appinfo/app.php`) of each installed app is being loaded and executed. That means that if you want to execute code before a specific app is being run, you can place code in your app's :doc:`../app_development/init` file.
|
||||
|
||||
Afterwards the following steps are performed:
|
||||
|
||||
* Try to authenticate the user
|
||||
* Load and execute all the remaining apps' :doc:`../init` files
|
||||
* Load and execute all the remaining apps' :doc:`../app_development/init` files
|
||||
* Load and run all the routes in the apps' :file:`appinfo/routes.php`
|
||||
* Execute the router
|
||||
|
||||
Loading…
Reference in New Issue
Block a user