Code Event listeners

  • Thread starter Thread starter Kirby
  • Start date Start date

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:
  1. One code event listener on entity_structure without a hint
    PHP:

    public static function...

Read more...

Read more

Continue reading...
 
Top