Skip to content

Module_Development_3:_Creating_an_Admin_Interface

Marlon Kern edited this page Mar 23, 2016 · 4 revisions

In this third part of the basic module development tutorial, we are going to create a custom backend administration interface for our module package. It will provide a convenient way to add, modify, and delete planets using the database access methods we implemented in the previous part.

Please note that you should adhere to the Papaya CMS Coding Standards, especially if you plan to contribute your modules for the papaya Community.

Setting up the Module

Clone this wiki locally