Update README.md

This commit is contained in:
Namhyeon Go 2023-04-12 15:51:39 +09:00 committed by GitHub
parent e9cc30e5a4
commit 3dcccb72e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(e.g. [GNUBOARD5](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 [solution](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.