The business logic core functions are those functions that implement the business logic processes from the lowest abstract level up to the most concrete functionalities.
The business logic manager – that is – the main business logic class which implements all the base functions, is located at /common/components/cfoBi/cfoBi.php. The methods of this class must be generic, low level and region-independent.
All the other functions and functionalities which are region-dependent must reside in /common/components/cfoBi/i18n/{country-code}/ .
Categories: CORES (php core codebase) |
Leave a Reply
[TOP]