Does anyone know if there's a good instruction guide for implementing the new php standards for CI2 or CI3? Running a simple VPS with Ubuntu 14.04 LTS server - CI3 for the secure section CI2 for the general website and registration processes. After building on Yii and Laravel the past two months it came to my attention that certain parts in CI classes dont use the same notation. example: // importing a constant (PHP 5.6+) use const My\Full\CONSTANT;
If there is a bright minded developer out there who can give me a head start in finding more about this I would be grateful.
Kind regards