ASISG

Gy - php framework/CMS | Documentation | Modules

<-- table of contents

Modules

Modules are needed to separate classes, components, admin pages related to the same data structures, that is, they can be separated into logical parts of the gy framework pieces.

The module class has been implemented (methods are commented) that allows you to work with modules, connect the necessary ones, keep track of the currently connected components and bind components with modules.

Modules are located in /gy/modules/< module name >/. The modules have the following structure (these are sections and files in the module section):

Features

Currently implemented modules:




View documentation on GitHub.com