From 383f412d8a07354fd78e94ced416c92a6f5b8ded Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 6 Mar 2022 22:37:59 +0800 Subject: [PATCH] Readme update --- views/site/index.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/views/site/index.php b/views/site/index.php index 57ac684..4d3da7e 100644 --- a/views/site/index.php +++ b/views/site/index.php @@ -8,12 +8,26 @@ pre{padding:10px;background-color:#DDD}

FSC is the core lib of filesite.io, a small PHP Framework.


+

Download FSC

+

+ Source code: + https://git.filesite.io/filesite/fsc, + download it via git: +

+
+git clone "https://git.filesite.io/filesite/fsc.git"
+
+ +

Sample codes

+

App parameters

+<?php print_r(FSC::$app); ?>
 
 

View parameters

+<?php print_r($viewData); ?>