YaWK
24.1
Yet another WebKit
|
Handles the FAQ backend methods. More...
Public Attributes | |
$answer | |
$cat | |
$id | |
$published | |
$question | |
$sort | |
Handles the FAQ backend methods.
Build FAQ's for your users.
FAQs are useful. Beware to underrate this. You can answer the most interesting questions before your user even ask. This saves time - your website should be informative. If you answer a question on your website, users may not need to ask your email or phone support. If you do it clever, this could be a big selling helper for you!
This class covers backend functionality. See Methods Summary for Details!
Definition at line 15 of file faq-backend.php.
YAWK\PLUGINS\FAQ\faq::$answer |
string | answer |
Definition at line 25 of file faq-backend.php.
YAWK\PLUGINS\FAQ\faq::$cat |
int | category ID |
Definition at line 21 of file faq-backend.php.
YAWK\PLUGINS\FAQ\faq::$id |
int | faq ID |
Definition at line 17 of file faq-backend.php.
YAWK\PLUGINS\FAQ\faq::$published |
int | 0|1 published or not |
Definition at line 27 of file faq-backend.php.
YAWK\PLUGINS\FAQ\faq::$question |
string | question |
Definition at line 23 of file faq-backend.php.
YAWK\PLUGINS\FAQ\faq::$sort |
int | order sortation number |
Definition at line 19 of file faq-backend.php.