From 15c0fb8f274c6e2c459dd50eaa776e54eeaed78e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 16 Feb 2019 15:39:13 +0900 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1241cb5..814b5c9 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,13 @@ ## How to use - Extract or clone this project to your (restrictive) shared web hosting. -- You can use and intergrate all of PHP packages without Composer and additional extensions! (supported autoloader) -- You can use and rewrite by route feature! without heavy frameworks! -- You can write your back-end code in route. (the same as controller) -- You can config database if you add your custom ini file in config directory. +- You can intergrate all of PHP projects (linear, modular, or others) without complicated extensions. +- You can write your code and rewrite by route parameter without heavy framework. (like as `controller`) +- You can add your custom `ini.php` configuration file in `config` directory. - Enjoy it! ## Map of structure -![Map of ResaonableFramework structure](https://github.com/gnh1201/reasonableframework/raw/master/assets/img/reasonableframework.jpg) +![Map of structure](https://github.com/gnh1201/reasonableframework/raw/master/assets/img/reasonableframework.jpg) ## Roadmap: Support legacy - Support critical legacy web server (old: PHP 4.x ~ modern: 7.x)