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++) {