- Joined
- Nov 22, 2015
- Messages
- 6,495
- Reaction score
- 42,906
- Points
- 113
- Website
- www.nullscripts.net
- Site Script
- XenForo
AnimeHaxor submitted a new resource:
Create XenForo PHP documentation - A guide to build Xenforo PHP documentation using phpDocumentor
Read more about this 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 *...
Read more about this resource...