PHP BENELUX CONFERENCE 27 & 28 January 2017 Edegem, Antwerp Exakat will animate the “PHP 7 COMPLIANCE WORKSHOP” the 27th January 2017 between 09:00 – 12:30. More information on the PHP BENELUX CONFERENCE website.
Prevent multiple PHP scripts at the same time Like everything, it all started from a simple problem : how to prevent multiple PHP scripts at the same time. And turned into an odyssey of learning, full of evil traps and inglorious victories. In the end, it works, that’s the most satisfying and it possibly matters to […]
FOSDEM is a free event for software developers to meet, share ideas and collaborate. Every year, thousands of developers of free and open source software from all over the world gather at the event in Brussels. Exakat will participate to the 2017 sessions. More information on Fosdem 2017 web site.
There are always several ways to do the same things in PHP. Some of them are so close that one even wonder which one to choose. In fact, if they are interchangeable, why even choose ? Here is a list of seven syntax you can choose in PHP, freely. The choice relies first on technical ground, […]
Last week, I ran into ‘PHP Dos and Don’ts aka Programmers I Don’t Like‘ on reddit’s PHP group. It features a list of 11 points that the author hates finding in PHP code. I am always keen on reading from such references : they always hold some some interesting insights, some tips and some more polemic […]
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 […]
PHP SA is the annual PHP conference in South Africa. Exakat animate the “The Hunt For Dead Code” session between 2PM and2:45Pm the 29th septembre 2016.
This is the third part of our series about last features in PHP 7.1. See ‘Upcoming features in PHP 7.1 (part a)‘ and ‘More upcoming features in PHP 7.1 (part b)‘. PHP 7.1 is now RC1 since our last article, so better dive into the code fast. We are now presenting the last batch of […]
More upcoming features in PHP 7.1 This is the second part of our series about last features in PHP 7.1. See ‘Upcoming features in PHP 7.1 (part a)‘ and ‘More upcoming features in PHP 7.1 (part b)‘ and ‘last features in PHP 7.1 (part c)‘ PHP 7.1 is already Beta 3 as we’re writing, and should be […]