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 install OnTime database/Como Instalar la base de datos OnTime
Updated on: 2021-05-27
Posted on: 2021-05-27
Blog: PHP NoSQL Database OnTime package blog
Package: PHP NoSQL Database OnTime
La mejor opción para almacenar datos que estén siempre disponibles, ya que usa únicamente el sistema de archivo, esto lo hace la perfecta elección para crear paginas web dinámicas.



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.



1. About AutoRSS class origin
Updated on: 2021-05-24
Posted on: 2021-05-24
Blog: AutoRSS package blog
Package: AutoRSS



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.



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.



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.



1. How to Store and Retrieve PHP Locale Settings to Personalize the Site Messages According to Each User Language
Updated on: 2021-05-14
Posted on: 2021-05-14
Blog: OnTime PHP Multi Language trait package blog
Package: OnTime PHP Multi Language trait
Therefore applications need to keep track what is the language that each user prefers.
This package provides a solution that can store in a database the language that each user will see the application texts.


