LogoLogo
  • README
  • Development
    • Developer Guide
    • Functions
    • Modules
    • CSS and JS
  • Modules
    • Modules basics
    • Using database
    • Using options
  • Templates
    • Templates Basics
    • Creating Templates
      • Creating Dream example
      • Creating Bootstrap Template
      • Example Layouts
  • Integration
    • Multisite
    • White Label
    • Scripted Installation
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Development

Functions

There are many useful functions you can use while developing templates and modules. They are separated in sections related to their purpose.

We decided to have functions in our system, because they are easier to write by a front-end developer.

Of course the core functions are just e reference to a more complex OOP code. If you prefer to use functions or classes, they are generally the same. Just the classes hold more advanced functionality.

As just a few functions are listed for now, there are more that are not documented yet.

PreviousDeveloper GuideNextModules

Last updated 3 years ago

Was this helpful?