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  
  932 - 923   ...   322 - 313   312 - 303   302 - 293   292 - 283   282 - 273   272 - 263   262 - 253   252 - 243   242 - 233   232 - 223   222 - 213   212 - 203   ...   2 - 1  

1. How to Implement a Modular Laravel Template Engine based on Extension Module Class

Updated on: 2020-10-16

Posted on:

Blog: Laravel Template Engine Modules package blog
Package: Laravel Template Engine Modules

Some applications may need to implement complex presentation screens that show different types of information in a very specific way.

Modules can be useful to reduce the complexity, so each module implements a different part of the presentation of Web application screens.

This package provides means to implement modules for templates that can be used to render screens of Laravel Web applications.


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

1. How to Learn PHP Design Patterns from Code Examples Converted from the Head First Design Patterns Book

Updated on: 2020-10-13

Posted on:

Blog: Head First Design Patterns PHP package blog
Package: Head First Design Patterns PHP

Head First Design Patterns is a very popular book that many developers have bought to learn about software design patterns. The code examples in the book are in Java.

This package provides a port of the code examples to PHP, so the design patterns taught in the book become easier to understand by PHP developers.


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

1. How to Implement a PHP Bootstrap Icons Converter to Adjust Icons Color and Size

Updated on: 2020-10-11

Posted on:

Blog: PHP Bootstrap Icons package blog
Package: PHP Bootstrap Icons

Bootstrap is a popular library to use in Web sites to render Web pages with nice styles and icons.

This class allows changing a given icon image of the Bootstrap library to change it is size and color so it can be well integrated in a given site that uses a different color scheme or icon size.


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

2. How to Implement PHP Class Callbacks with Minimal Code

Updated on: 2020-10-08

Posted on:

Blog: Armory PHP Closure Trait package blog
Package: Armory PHP Closure Trait

Some classes need to implement a callback system that allows applications to customize actions to be executed when certain events happen inside the class.

This package provides a trait that can be used to quickly add callback function registration and invocation for any number of types of events that a class may trigger.


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

1. How Can PHP Convert XML to JSON to Migrate Old Data Documents to a Modern Format

Updated on: 2020-10-06

Posted on:

Blog: PHP XML to JSON Conversion package blog
Package: PHP XML to JSON Conversion

XML used to be a popular format to represent structured data that could be stored in files. Nowadays, JSON is a more popular format for the same purpose.

This package provides a solution that can be convert existing XML documents into equivalent documents that represent the same data structures in JSON format.


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

1. How Can PHP Show Currency Rates in Web Page using Drupal

Updated on: 2020-10-04

Posted on:

Blog: Drupal NBG Currency package blog
Package: Drupal NBG Currency

Drupal is a popular content management system (CMS) that allows customization by the means of module packages that can be created by third-party developers.

This package implements a Drupal module that can be used to display useful information about currencies of different world countries.


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

1. How to Implement PHP Promises to Evaluate Conditions like in JavaScript

Updated on: 2020-10-02

Posted on:

Blog: Simple PHP Promise Library package blog
Package: Simple PHP Promise Library

A promise is a control structure that you can use in your code to define the actions to be executed when a condition is true, false, or needs to be evaluate later again while the condition status is not yet determined.

This package provides means to implement promises in PHP by evaluating conditions now or later using deferred promises.


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

1. How to Implement a PHP CRUD Generator to Create Laravel Applications Faster

Updated on: 2020-09-30

Posted on:

Blog: Laravel CRUD Builder package blog
Package: Laravel CRUD Builder

A CRUD based interface is a common Web site application design pattern that can be used to perform regular operations on records of data stored in a database table or other forms of structured data format.

Many applications need to implement many different types of CRUD interfaces. Therefore they can benefit from automated solutions to generate the code to implement such kind of CRUD interfaces.

This package can generate code for all types of files to implement CRUD interfaces from configuration defined in JSON format.


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

1. How to Implement PHP Large File Upload Storage using Laravel Model Classes

Updated on: 2020-09-28

Posted on:

Blog: Laravel File Model package blog
Package: Laravel File Model

Usually model classes are used to store and retrieve application objects in database tables.

However, for object variables that can contain data that maybe large, it may be better to use files to store the values of those values in files.

This way, the database table records do not become too large, thus avoiding to slow down the database access.

This package implements a trait to use with model classes based on the Laravel framework to make some of the model class objects be mapped to files.


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

1. How to Implement a Laravel Multi Step Form to Split Complex Forms in Simpler Form Pages

Updated on: 2020-09-26

Posted on:

Blog: Laravel Multi-Step Form package blog
Package: Laravel Multi-Step Form

When applications need to ask the users to fill forms with many details, it is better to implement multi-page forms by splitting those forms in multiple pages to avoid asking too much information at once from the users.

This package provides a simplified solution to implement multi-page forms in applications based on the Laravel framework.


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


  932 - 923   ...   322 - 313   312 - 303   302 - 293   292 - 283   282 - 273   272 - 263   262 - 253   252 - 243   242 - 233   232 - 223   222 - 213   212 - 203   ...   2 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs