PHP Classes

Mezon Record Field: Create form fields to edit values stored remotely

Recommend this page to a friend!
  Info   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 51 All time: 10,631 This week: 571Up
Version License PHP version Categories
mezon-record-field 1.0.0MIT/X Consortium ...5HTML, PHP 5, Libraries
Description 

Author

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.

Innovation Award
PHP Programming Innovation award nominee
April 2021
Number 8
Many applications need to present forms to let users edit the values that are stored in databases or other 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 that will 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, thus making the whole solution more scalable.

Manuel Lemos
Picture of Alexey Dodonov
  Performance   Level  
Name: Alexey Dodonov <contact>
Classes: 58 packages by
Country: Russian Federation Russian Federation
Age: ???
All time rank: 185254 in Russian Federation Russian Federation
Week rank: 52 Up2 in Russian Federation Russian Federation Up
Innovation award
Innovation award
Nominee: 13x

  Files folder image Files  
File Role Description
Files folder imageMezon (1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data

  Files folder image Files  /  Mezon  
File Role Description
Files folder imageGui (1 directory)

  Files folder image Files  /  Mezon  /  Gui  
File Role Description
Files folder imageField (1 file, 1 directory)

  Files folder image Files  /  Mezon  /  Gui  /  Field  
File Role Description
Files folder imageTests (1 file)
  Plain text file RecordField.php Class Class source

  Files folder image Files  /  Mezon  /  Gui  /  Field  /  Tests  
File Role Description
  Plain text file RecordFieldUnitTest.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:51
This week:0
All time:10,631
This week:571Up