PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  896 - 887   ...   446 - 437   436 - 427   426 - 417   416 - 407   406 - 397   396 - 387   386 - 377   376 - 367   366 - 357   356 - 347   346 - 337   336 - 327   ...   6 - 1  

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:

Blog: Mezon Record Field package blog
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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

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:

Blog: Foreacher PHP Array Iterator classes package blog
Package: Foreacher PHP Array Iterator classes

Traversing arrays is a common task that many applications need to perform. Applications may need to perform different types of array traversing.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to install OnTime database/Como Instalar la base de datos OnTime

Updated on: 2021-05-27

Posted on:

Blog: PHP NoSQL Database OnTime package blog
Package: PHP NoSQL Database OnTime

The best option to store data that will be always available, because is store in the same file system that host your web page, it make it perfect to create dynamic pages.
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.



Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Setup Complex Forms in PHP in a Simple Way

Updated on: 2021-05-27

Posted on:

Blog: Complex PHP Form Design and Generator package blog
Package: Complex PHP Form Design and Generator

Creating forms can be a complex task when forms have many fields. However, if you can load the definitions of the fields from an external configuration file, you can simplify your code by separating the configuration from the processing logic, so each of those parts is defined in different files.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Have a WordPress Taxonomies Plugin to Classify New Types of Posts

Updated on: 2021-05-26

Posted on:

Blog: Ilk Wordpress Custom Post Type and Taxonomies Creator package blog
Package: Ilk Wordpress Custom Post Type and Taxonomies Creator

WordPress is a popular content management system that can be extended with plugins.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. About AutoRSS class origin

Updated on: 2021-05-24

Posted on:

Blog: AutoRSS package blog
Package: AutoRSS

Las tecnologías cambian, mejorar,... desde que el standar rss apareció, ha sido un boom este tipo de uso del xml, que ha venido a facilitarnos mucho nuestro trabajo, entregandonos la informacion relevante de los sitios webs de los que somos asiduos, y pudiendo ver dicha información en nuestros escritorio y en tiempo real ver que canal de noticias se actualiza.

Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How Can PHP Search Encrypted Data using Fuzzy Logic to Find Similar Text

Updated on: 2021-05-24

Posted on:

Blog: FYP PHP Fuzzy Search on Encrypted Data package blog
Package: FYP PHP Fuzzy Search on Encrypted Data

Searching for text in a data stream is a function that many applications need to allow their users to perform when they want to search for the data they are looking for.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP Social Network Platform of Your Own From Open Source Code

Updated on: 2021-05-19

Posted on:

Blog: Dwitri PHP Social Network Platform package blog
Package: Dwitri PHP Social Network Platform

Social networks are very popular applications that attract many users around the world.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How Can PHP Execute Shell Commands and Process the Results in a Simple Way

Updated on: 2021-05-17

Posted on:

Blog: Phell Friendly PHP Shell Commands package blog
Package: Phell Friendly PHP Shell Commands

Sometimes applications need to use separate programs to implement a necessary functionality to execute an important task for the application users.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

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:

Blog: OnTime PHP Multi Language trait package blog
Package: OnTime PHP Multi Language trait

Many applications need to support multiple languages to be used by people who understand only their native languages.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  896 - 887   ...   446 - 437   436 - 427   426 - 417   416 - 407   406 - 397   396 - 387   386 - 377   376 - 367   366 - 357   356 - 347   346 - 337   336 - 327   ...   6 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs