Add note that interfacing with DBO actions via AJAX is soft-deprecated
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 13 Feb 2023 15:36:48 +0000 (16:36 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 13 Feb 2023 15:36:48 +0000 (16:36 +0100)
docs/php/database-objects.md

index 2fb99e08b116ebf9a6e652ddf9c445d065a9b450..a1a1d9899741da3bc55b8011a985646313277711 100644 (file)
@@ -217,6 +217,8 @@ You can access the return values both by storing the return value of `executeAct
 
 ### Custom Method with AJAX Support
 
+!!! info "The AJAX interface of database object actions is considered soft-deprecated in WoltLab Suite 6.0. Instead a dedicated PSR-15 controller should be used. Please refer to the [migration guide](../migration/wsc55/php.md#request-processing)."
+
 This section is about adding the method `baz()` to `ExampleAction` and calling it via AJAX.
 
 #### AJAX Validation