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  
  898 - 889   ...   448 - 439   438 - 429   428 - 419   418 - 409   408 - 399   398 - 389   388 - 379   378 - 369   368 - 359   358 - 349   348 - 339   338 - 329   ...   8 - 1  

1. How to Implement a Laravel Slug Generator to Create SEO Friendly URLs for Model Classes

Updated on: 2021-06-04

Posted on:

Blog: Laravel Sluggable package blog
Package: Laravel Sluggable

Model classes are often used to manage records that store information about the content associated with certain Web pages.

Ideally, the URLs of the pages should be easy to ready, so users may have an idea about what the pages contain when they see a URL of a page.

This package makes it easy to generate slug text from titles of pages stored in database records managed by Laravel model classes.


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

1. How to Publish a WordPress Site from Localhost for Free using GitHub to Host WordPress Static Pages

Updated on: 2021-06-01

Posted on:

Blog: Git Press package blog
Package: Git Press

Github is a popular Web site for developers that offers a resource to host Web page content files managed in a GitHub git repository.

This package can help to publish a Web site created using WordPress running on a local computer. It can make WordPress generate static HTML for its pages. Then it pushes the HTML pages generated by WordPress to the GitHub git repository.

This way, anybody running WordPress on a local machine can publish their own site for free using GitHub pages.


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

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)


  898 - 889   ...   448 - 439   438 - 429   428 - 419   418 - 409   408 - 399   398 - 389   388 - 379   378 - 369   368 - 359   358 - 349   348 - 339   338 - 329   ...   8 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs