Topic: Help me to start new moduile development
Hi friends, I am a developer using FA.
First thanks for all developers who are involved in FA. The architecture and functionality of the software is very good. I love it.
I wanted to participate with you people by providing my effort. I have a set of module that can work with FA and are not still developed. I am on my first step in developing them. My bad lack there is no any Developer documentation for this as far as I searched. I had to learn the API from other modules developed by other developers. I got the path. I am getting some confusion with some code set. Please anyone try to solve it for me.
In Report Generator module I can see this line
define('SS_REPORT_GENERATOR', 130<<8);
and in Asset Register module I can see it as
define('SS_ASSETREGISTER', 101<<8);
I could understan this is some unique identifier for the module. My question is, are they have any rule to design or just the programmers set code? Specially the number set '130<<8' and '101<<8' what is the logic behind it?