I have a bunch of functions on common.php (no class just pure functions)
Now migration to CI4 framework, where should I park this bunch of functions?
Some or most functions does interact with database.
I saw 2 possibilities: /app/Libraries and /app/ThirdParty
Where should I store them and how should I load them?
Is it load via Autoload.php?
Now migration to CI4 framework, where should I park this bunch of functions?
Some or most functions does interact with database.
I saw 2 possibilities: /app/Libraries and /app/ThirdParty
Where should I store them and how should I load them?
Is it load via Autoload.php?