From 4b0e7aa33a9648963ef1042a83938b2d7835576d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 12 Apr 2023 15:52:36 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec787d6..00d7fa7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ $ php cli.php --route :route --session-id :session_id ## Comment about PSR standards Many people are saying that this project seems to be distant from the PSR standards, and that claim is correct. -The coding convention of this project is similar to the CGI style that was widely used in the early 2000s. Moreover, this style is still observed in solutions written in PHP that are sold in markets such as [WordPress](https://wordpress.org/) plugins, a local-optimized CMS [solution](https://github.com/gnuboard/gnuboard5), or [Codecanyon](https://codecanyon.net/) in 2023. +The coding convention of this project is similar to the CGI style that was widely used in the early 2000s. Moreover, this style is still observed in solutions written in PHP that are sold in markets such as [WordPress](https://wordpress.org/) plugins, [a local-optimized CMS](https://github.com/gnuboard/gnuboard5), or [Codecanyon](https://codecanyon.net/) in 2023. Although this project hardly uses object-oriented concepts and does not use package managers like Composer much, it still incorporates concepts such as Model, View, Controller, Router, and Helper that are proposed in modern frameworks, and we have made efforts to provide a similar experience as much as possible.