Kirby
Guest
Member
According to [urlhttps://xenforo.com/community/help/resource-standards/]resource standards rule #20[/url] code event listeners should be used instead of full class extensions wheever possible.
However, this rule does not stete exactly how they should be used.
For example, if an Add-on requires modifying Post and Attachment structures, several approaches could be used:
Read more...
Read more
Continue reading...
However, this rule does not stete exactly how they should be used.
For example, if an Add-on requires modifying Post and Attachment structures, several approaches could be used:
- One code event listener on entity_structure without a hint
PHP:
public static function...
Read more...
Read more
Continue reading...