Custom Objects - Mura Docs v7.0

Custom Objects

In addition to Mura's beans and objects, developers are able to create their own custom beans and objects. This section will walk you through a couple of different processes for creating your own custom objects.

The path you ultimately choose depends on whether you want to simply add some custom fields to one or more of Mura's common bean objects (i.e. content bean, user bean, group bean, site bean, etc.), or if you want to create a completely new, custom object altogether.

If you're merely looking to customize one of Mura's common bean objects, then you'll want to use Class Extensions. If you desire creating a completely new, custom object altogether, you'll definitely want to take a look at using Mura ORM.