Resource icon

Create XenForo PHP documentation

Kirby

Well-known member
Kirby submitted a new resource:

Create XenForo PHP documentation - A guide to build Xenforo PHP documentation using phpDocumentor

XenForo uses PHP DocBloc blocks like

PHP:
/**
 * COLUMNS
 * @property int|null $user_id
 * @property string $username
 * @property int $username_date
 * @property int $username_date_visible
 * @property string $email
 * @property int $style_id
 * @property int $language_id
 * @property string $timezone
 * @property bool $visible
 * @property bool $activity_visible
 * @property int $user_group_id
 * @property array $secondary_group_ids
 * @property int $display_style_group_id
 * @property...

Read more about this resource...
 
Top Bottom