Author - Sajid Chowdhury

PHP sorcerer turning bugs into punchlines, fuelled by coffee and coding magic. 💻✨

PHP

Use trait: Stop abuse inheritance in PHP

In PHP, a trait is a mechanism for code reuse in single inheritance languages. You can use traits to group functionality in a fine-grained and consistent way...