What’s new in PHP 8.0, SymfonyWorld Online 2020

Whats-New-In-PHP-8.0-SymfonyWorld-Online

This article writes about what is new in PHP 8.0. These are personal notes related to Symfony UX, taken while attending the “Keynote: What’s new in PHP 8.0?” lecture by Nikita Popov at SymfonyWorld Online 2020. PHP PHP is constantly improving, adding optimizations and new features. Developers working in the PHP world should welcome these … Read more

Enumerations in PHP 8.1 – with code example and references

Enumerations In PHP 8.1 – With Code Example And References

PHP is getting more and more features. Enumerations in PHP are one of the latest proposals. Description for enumerations in PHP is described withing this request for comments Enumerations are built on top of classes and objects. That means, except where otherwise noted, “how would Enums behave in situation X” can be answered “the same … Read more

Content Time Management in WordPress

Content time management in WordPress

Content Time Management in WordPress is important topic if you are producing content on regular basis. Basically, you might want to control a content on your web site in a specific way. In example, you might want to show some content only on weekends or only within a specific time frame. Furthermore, you might want … Read more