1. How to Implement PHP Separation of Concerns by Editing Application Data Records with Forms and Processing the Changes with a Service Object
Updated on: 2021-05-31
Posted on: 2021-05-31
Blog: Mezon Record Field package blog
Package: Mezon Record Field
Often this is done using database access code that performs the queries to retrieve and store the data edited by the user using Web forms.
This package provides a more flexible solution by separating the code that accesses the data container from the code that generates the HTML and processes the form data.
It takes a parameter that is a separated service object that will take care of storing and retrieving the data.
This way, developers can change the type of container where the data is stored by changing the service object to take care of that task.
This possibility will allow developers to implement solutions that process forms in one machine and handle the data storage in a separate machine, making the whole solution more scalable.



1. How to Implement PHP Array Processing in Batches by Only Traversing Part of the Array Elements at a Time
Updated on: 2021-05-28
Posted on: 2021-05-28
Blog: Foreacher PHP Array Iterator classes package blog
Package: Foreacher PHP Array Iterator classes
This package makes it easier to perform new types of array traversing that allow possibilities, like traversing only a range of array elements relevant to the applications' purposes.



1. How to Setup Complex Forms in PHP in a Simple Way
Updated on: 2021-05-27
Posted on: 2021-05-27
Blog: Complex PHP Form Design and Generator package blog
Package: Complex PHP Form Design and Generator
Read this article to learn how the Complex PHP Form Design and Generator package can help you to simplify the development of pages that display and process forms.
The package provides functions with behavior that is configurable in the external configuration file. This article explains options for changing the language and country-specific aspects. It also provides details on how to configure how the package finds all the resources and values used to determine the appearance.



1. How to Have a WordPress Taxonomies Plugin to Classify New Types of Posts
Updated on: 2021-05-26
Posted on: 2021-05-26
Blog: Ilk Wordpress Custom Post Type and Taxonomies Creator package blog
Package: Ilk Wordpress Custom Post Type and Taxonomies Creator
Creating new custom types and taxonomies to classify the posts in WordPress are some of the possibilities that can be implemented using plugins.
This package makes it easier to create new plugins that implement new custom types and taxonomies and provide API calls to manage them using external applications.



1054. How to Improve the Security of a Web Application Using a Nginx PHP Front Controller Design Pattern Implementation
Updated on: 2021-05-25
Posted on: 2021-05-25
Read this article to learn how to implement this design pattern with PHP using the Nginx Web server to prevent security attacks.



1. How Can PHP Search Encrypted Data using Fuzzy Logic to Find Similar Text
Updated on: 2021-05-24
Posted on: 2021-05-24
Blog: FYP PHP Fuzzy Search on Encrypted Data package blog
Package: FYP PHP Fuzzy Search on Encrypted Data
However, users often misspell the words they specify when prompted to enter what they are searching for.
Fuzzy search is a method for searching that allows a certain tolerance for user misspelling mistakes.
This package provides a solution that can perform fuzzy searches on encrypted data files.



1053. How to Find PHP Popular Libraries That You Can Learn From
Updated on: 2021-05-20
Posted on: 2021-05-20
PHP Development Master Award is the name of this initiative that has as its main goal to promote the work authors of packages that have published useful tutorial articles.
Read this article or watch the tutorial video to learn how you participate in this initiative to get more exposure to your articles. You can also learn how to find the most popular tutorial articles published on the PHP Classes site since 2016.



1. How to Implement a PHP Social Network Platform of Your Own From Open Source Code
Updated on: 2021-05-19
Posted on: 2021-05-19
Blog: Dwitri PHP Social Network Platform package blog
Package: Dwitri PHP Social Network Platform
There are many social network applications. Many of them are written in PHP.
This package provides a very complete PHP implementation of a social network that includes many of the features that the existing social networks provide to their users.



1052. How to Use Laravel Tinker Commands to Become a More Productive PHP Developer
Updated on: 2021-07-07
Posted on: 2021-05-18
Laravel Tinker is one of the components that improves the lives of many PHP developers who use Laravel. The fact is that Laravel Tinker allows developers to use an interactive shell to run PHP commands inside their applications. Laravel Tinker enables developers to inspect values to find and fix issues faster that the application may have.
Read this article to learn more about Laravel Tinker and how you can use it to improve your daily work productivity when you are developing applications based on Laravel.



1. How Can PHP Execute Shell Commands and Process the Results in a Simple Way
Updated on: 2021-05-17
Posted on: 2021-05-17
Blog: Phell Friendly PHP Shell Commands package blog
Package: Phell Friendly PHP Shell Commands
PHP can easily execute separate programs as if they run from the command line shell. However, processing the results of certain types of commands can be a complicated task.
This package provides a solution to simplify the processing of the results returned by certain commands by parsing those results and return an array that is easier for the applications to handle.


