WAPS Framework

WAPS Framework

  • Docs
  • Help
  • Blog

›Documentation

Introduction

  • Getting started
  • Project setup

Documentation

  • Guides
  • Config Guide
  • Class Guide
  • Page Guide
  • Plugin Guide
  • Framework Core Guide
  • Source & Content Guide
  • Object Guide
  • Static class Guide

API and CLI Guide

  • API & CLI Guide
  • API References
  • CLI References

Class Guide

Class system

The framework's class system is essentially based on static classes, which are loaded dynamically from the class / folder at app start. These provide the functions for the framework and the logic is defined in them. A class has to be defined in a certain way for the framework. The name of the class file must be structured according to the following pattern ClassName.class.php. The namespace in which the classes are defined is webapp_php_sample_class.

    <?php
    
    
    namespace webapp_php_sample_class;
    
    class Main
    {
Last updated on 14.4.2020 by JosunLP
← Config GuidePage Guide →
  • Class system
WAPS Framework
Docs
Getting StartedGuidesAPI Reference
More
BlogGitLabImpressum
Follow @JolunJonas
Copyright © 2022 WAPS Framework Team