New version 0.9 has been released! Jun 16, 2015
×

FAQ module

Description

FAQ module helps you to create live editable answers and questions on frontend.


Include

use yii\easyii\modules\faq\api\Faq;


Public functions

array Faq::items()
Returns array of FaqObject

FaqObject

Public Properties

$question string Question text
$answer string Answer text
$model yii\db\ActiveRecord Faq ActiveRecord object