HuasoFoundries/phpPgAdmin6

Order methods inside controllers

ffflabs opened this issue · 0 comments

Order of methods of controller classes should be:

  1. __construct
  2. render
  3. doDefault
  4. 'doTree`
  5. doSubTree

(obviously, of one or more of these are not declared in the class, they are skipped)

Then every other method present in the class.