Skip to content

05. Functions

Peter Ivanov edited this page Aug 20, 2013 · 1 revision

Functions reference

Microweber's core is coded in the OOP way, but we still love procedural programming because it offers short syntax and readability.

The functions here are just short-cuts to the corresponding OOP object and method. You can override them by extending the class that is responsible for each function.