diff --git a/plugins/Sandbox/templates/CakeExamples/query_strings.php b/plugins/Sandbox/templates/CakeExamples/query_strings.php index 81a709de..4236ff08 100644 --- a/plugins/Sandbox/templates/CakeExamples/query_strings.php +++ b/plugins/Sandbox/templates/CakeExamples/query_strings.php @@ -3,6 +3,13 @@ * @var \App\View\AppView $this */ ?> +append('script'); ?> + + + + +end(); ?> +
So with the current implementation of how query strings (and named params) work, one should always assert the correct type first: - -