diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index 04fa55f9..45809704 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -12,11 +12,25 @@ class WrenchFaq extends BaseController // public $con_name = 'wrench_blog'; public function learnMoreUser(){ - $total = 4; + $total = 3; $data=[]; $raw_json = file_get_contents('php://input'); $in = json_decode($raw_json, true); + $msgS = "
+ + + + + Random gibberish text to use in web pages, site templates and in typography demos. + Get rid of Lorem Ipsum forever. A tool for web designers who want to save time.
"; + $data["result_list"][] = array( + "uid" => '0000-0000-0000-000 A1', + "topic" => "Task & Jobs ", + "contents" => $msg + ); + + for ($i = 0; $i < $total; $i++) { $msg='';