You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [Dotkernel Headless Platform: The What's, How's and Why's](https://new.dotkernel.com/headless-platform/dotkernel-headless-platform-the-whats-hows-and-whys/): best starting point for understanding the current platform
- [Request Lifecycle for a Mezzio Based Application](https://new.dotkernel.com/architecture/request-lifecycle-for-a-mezzio-based-application/)
39
-
- [ConfigProvider: Bootstrap Modern PHP Applications](https://new.dotkernel.com/architecture/configprovider-bootstrap-modern-php-applications/)
40
-
- [What is PSR-7 and How to Use It](https://new.dotkernel.com/how-to/what-is-psr-7-and-how-to-use-it/)
41
-
- [Dependency Injection Made Easy in Laminas/Mezzio Applications](https://new.dotkernel.com/dotkernel/dependency-injection-made-easy-in-laminas-mezzio-applications/)
36
+
- [Dotkernel Headless Platform: The What's, How's and Why's](https://www.dotkernel.com/headless-platform/dotkernel-headless-platform-the-whats-hows-and-whys/): best starting point for understanding the current platform
- [Request Lifecycle for a Mezzio Based Application](https://www.dotkernel.com/architecture/request-lifecycle-for-a-mezzio-based-application/)
39
+
- [ConfigProvider: Bootstrap Modern PHP Applications](https://www.dotkernel.com/architecture/configprovider-bootstrap-modern-php-applications/)
40
+
- [What is PSR-7 and How to Use It](https://www.dotkernel.com/how-to/what-is-psr-7-and-how-to-use-it/)
41
+
- [Dependency Injection Made Easy in Laminas/Mezzio Applications](https://www.dotkernel.com/dotkernel/dependency-injection-made-easy-in-laminas-mezzio-applications/)
Copy file name to clipboardExpand all lines: public/readme/android/listen-for-android-install-referrer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Listen for Android install referrer"
3
3
description: "Android market broadcasts an intent containing referrer information at install time, before the app is opened, which can be used for install tracking."
Copy file name to clipboardExpand all lines: public/readme/android/multiple-broadcast-receivers-in-the-same-app-for-the-same-action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Multiple broadcast receivers in the same app, for the same action"
3
3
description: "Using multiple broadcast receivers to listen separately for the same intent in the same Android app can lead to unexpected results, since one receiver may consume the broadcast and leave the others with nothing."
description: "An overview of the ConfigProvider pattern used in Laminas/Mezzio-based applications, including Dotkernel, to bootstrap middleware pipelines and dependency injection."
Copy file name to clipboardExpand all lines: public/readme/architecture/request-lifecycle-for-a-mezzio-based-application.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Request Lifecycle for a Mezzio-Based Application"
3
3
description: "A step-by-step walkthrough of how Dotkernel Light, a Mezzio-based application, handles an HTTP request from bootstrap through to the emitted response."
Copy file name to clipboardExpand all lines: public/readme/architecture/understanding-middleware.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Understanding Middleware"
3
3
description: "An introduction to middleware in PHP web applications: what it is, what it's used for, how PSR-15 defines it, and how it's called within an application's pipeline."
Copy file name to clipboardExpand all lines: public/readme/best-practice/golden-rules-of-professional-php-coding.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Golden Rules of Professional PHP Coding"
3
3
description: "A short list of practical rules for professional PHP development: error reporting settings, fixing warnings, marking hacks, single-responsibility functions, version control, and IDE usage."
0 commit comments