PHP Classes

How to Implement PHP Separation of Concerns by Editing Application Data Records with Forms and Processing the Changes with a Service Object - Mezon Record Field package blog

Recommend this page to a friend!
  All package blogs All package blogs   Mezon Record Field Mezon Record Field   Blog Mezon Record Field package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Implement PHP ...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: Mezon Record Field

Many applications need to present forms to let users edit the stored values in databases or another type of data container.

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.




Loaded Article

About the Mezon Record Field Package

The package Mezon Record Field is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Create form fields to edit values stored remotely

Here follows in more detail what it does:

This package can create form fields to edit values stored remotely.

It can manage the information that can be edited by the user by using a given initial value or retrieving it from a stored record that can be accessed using a given client object that is responsible to store or retrieve the value.

The package can also generate the HTML to render the field with its current value, so it can be displayed in a form.

Conclusion

The Mezon Record Field can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.

This package was considered notable for implementing its benefits in a way that is worth noticing.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.

One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.




You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   Mezon Record Field Mezon Record Field   Blog Mezon Record Field package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Implement PHP ...