2020
Zend2 Localised
What is ZendFramework? As of this writing ZendFramework has moved to Laminas. Watch out for a follow up. In this article: Installation of ZendFrameworkLocalhost host…
Phalcon introduction
What is Phalcon? Phalcon is a php extension written in C. The code is pre-compiled and not interpreted which improves performance. The Zephir/C extension and…
Law of Demeter
The Law of Demeter. Least principle knowledge. In software engineering and particularly object oriented programming the approach is robust and allows for larger systems to…
Occam’s Razor
Only multiply when absolutely necessary. When building any complex system or component there will come a time when the needs of the system require a…