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 1b1cdf0 commit f5acd89Copy full SHA for f5acd89
README.md
@@ -375,7 +375,7 @@ $router->dispatch();
375
376
There is also some points:
377
* View files must have the ".phtml" extension (e.g. `profile.phtml`).
378
-* You must separate sub-directories with `.` (e.g. `blog.post` for `blog/post.phtml`).
+* You can separate directories with `.` (e.g. `blog.post` for `blog/post.phtml`).
379
380
View files are pure PHP or mixed with HTML.
381
You should use PHP language with template style in the view files.
0 commit comments