We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde40f9 commit 4b23fdcCopy full SHA for 4b23fdc
create_framework/templating.rst
@@ -41,7 +41,7 @@ rendered::
41
42
function render_template($request)
43
{
44
- extract($request->attributes->all());
+ extract($request->attributes->all(), EXTR_SKIP);
45
ob_start();
46
include sprintf(__DIR__.'/../src/pages/%s.php', $_route);
47
@@ -110,7 +110,7 @@ Here is the updated and improved version of our framework::
110
111
112
113
114
115
116
0 commit comments