Creating a module
From Cyclone3 Wiki
This is a tutorial for a Cyclone3 module creators, explaining the ways of creating a functional part of Cyclone3 framework. You should find here all basic steps for creating your own simple module, and if needed, maybe also some advanced tutorials.
Everything for your coding work you can find in Coding documents category.
Contents |
Directory structure
Cyclone3 has a standardized directory structure, so we recommend, you check the directory structure page to get acknowledged with it at first.
Services and applications
Before creating a module, you probably want to check the Cyclone3 application categorization to find out, what application category the module should be assigned to. If you can't find a relevant category, use 010 which is default for service-related local applications.
