Web development and content management is essentially the alpha and the omega. Manipulating data can be a rather daunting task and requires a good grasp of overall app flow in terms of how data changes when X things happen during its use. In this post we’re going to learn how to create a container that shows all those popular blog posts that we have in our app, sorted in ascending or descending fashion. So where do we start? The simplest...
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