Public or not public FAQ
This commit is contained in:
@@ -57,31 +57,37 @@ class WrenchFaq extends BaseController
|
||||
"result_list" => array(),
|
||||
);
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "What is WrenchBoard ?",
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "How can I use WrenchBoard ?",
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "What is WrenchBoard family account ? ",
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "Do I need different account to post or perform task ?",
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "Does WrenchBoard work on mobile devices?",
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "What is WrenchBoard Market ?",
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
@@ -91,16 +97,26 @@ class WrenchFaq extends BaseController
|
||||
for ($i = 0; $i < $total; $i++) {
|
||||
$key = sprintf("%05d", $i);
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "This is faq title dummy text ".$key,
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
}
|
||||
|
||||
$data["result_list"][] = array(
|
||||
"public" => "1",
|
||||
"title" => "How does WrenchBoard protect my privacy?",
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
|
||||
for ($i = 0; $i < 5; $i++) {
|
||||
$key = sprintf("%05d", $i);
|
||||
$data["result_list"][] = array(
|
||||
"public" => "0",
|
||||
"title" => "Do not show to the website 55".$key,
|
||||
"msg" => "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. ".$key,
|
||||
);
|
||||
}
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user