Skip to content

Design notes

Steve Betts edited this page Aug 16, 2026 · 2 revisions

Some design notes to keep the method names straight.

public method prefix: dmbc_

  • render = returns a string representing a page
  • song list = a collection of songs
  • view = display the content of a page without the ability to edit or delete the page
  • edit = display a form that can be used to create/edit the page content

Folder organization:

  • admin = the pages rendered into the admin framework
  • includes = the pages that can be rendered outside the admin framework
  • render = files that contain code to translate an object into a view

Clone this wiki locally