Skip to content
Robert Lynch edited this page Oct 15, 2015 · 3 revisions

Nucleus follows a MVC paradigm, with a top level router, models to control database access, views in the form of XHP + React, and controllers which handle the bulk of the logic.

  • The Controller
  • The Models
  • The Views
    • React
    • XHP
  • The Router
  • Build Tools
Clone this wiki locally