As a developer, when you code web applications and especially large scaled ones, you are going to use the notion of the object at some point. All those conventional data structures may not cut it depending the use case and the issue that you are trying to solve. That is why at some point you may need to create your own data structure with the properties of your choice that are going to match your needs perfectly. You can achieve...
Continue reading...Recent Entries
- The Power of the Singleton Design Pattern: Creating Global Objects in PHP
- CRUD Operations in PHP: A Beginner’s Guide
- PHP OOP: Building Better Web Applications
- Mastering MVC Design Pattern in PHP: A Complete Guide for Building Scalable and Maintainable Web Applications
- How to Sort Arrays in PHP
- How to Sort a Table by a MySQL Table Column
- Working with Files in PHP (The Brief Way)
- How to Submit a Form in PHP
- Get JSON data from PHP file
- What is a JS modal?
- How to create a JSON Object in PHP?
- How can I remove a specific item from an array?
- How to check if an array is empty in PHP?
- What does date() do in PHP?
- What is a PHP class?
- How does MVC pattern work?
- What is stdClass in PHP?
- Foreach in PHP
- How to use include and require in PHP
- How to use Session in PHP
- Difference between isset() and empty()
- Anonymous and Named Functions in PHP