From 681cb38625c0b3a04d4f330c05a91a3e6d621ac0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 30 Sep 2024 16:54:10 -0400 Subject: [PATCH] Family parts --- www-api/app/Controllers/WrenchFaq.php | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index e7b2375f..2ef8b03e 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -12,24 +12,36 @@ class WrenchFaq extends BaseController // public $con_name = 'wrench_blog'; public function learnMoreUser(){ - $total = 3; + $total = 2; $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.
"; + Finding Task and Posting Jobs +
+ +
+ 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" => $msgS ); + $msgS = "
+ Family Engagement +
+ +
+ 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 A2', + "topic" => "Family", + "contents" => $msgS + ); for ($i = 0; $i < $total; $i++) {