Forum PHP is the annual conference organized by the French PHP-users group, gathering all PHP and Open Source communities, pros and PHP lovers. Exakat takes part to the official program the 27th October 2016 with the session “COMMENT RELIRE DU CODE POURRI SANS SE FATIGUER” between 3:15PM and 4PM Our Session details
6 good practices for ‘use’ in PHP While reviewing code recently, I realized there are no guidelines for use. Every modern code do use ‘use’ (sic), as importing classes from composer or a framework is the norm. There are now quite a few variations in syntax for importing classes or traits. Although the impact on performance […]