1. How to Present a PHP Project Team in a Web Site using XOOPS CMS
Updated on: 2020-10-22
Posted on: 2020-10-22
Blog: wgTeams package blog
Package: wgTeams
This package provides a XOOPS module that can be used to present teams of people that collaborate in a given project.



1. How to Implement PHP Template Processing Recursion with SIREN Template Engine
Updated on: 2020-10-21
Posted on: 2020-10-21
Blog: SIREN PHP Templating Library package blog
Package: SIREN PHP Templating Library
Template engines that process recursive templates, must be able to replace all placeholder marks, so the final processed template output has all placeholder marks replaced by the final output text.
Read this tutorial article to learn from several code examples how the SIREN PHP Templating Library can assist you to fully process your recursive template.



1. How to Implement PHP Report Grouping that Work with Data Retrieved from Any Type of Data Source
Updated on: 2020-10-30
Posted on: 2020-10-20
Blog: PHP Report Grouping package blog
Package: PHP Report Grouping
Usually those reports show the data that was retrieved. In some cases, the values that represent values calculated using values of the report itself, like for instance the total of column values.
This class provides a solution to generate this kind of report that can be used to display data from other types of reports, like any type of data source that can be accessed to retrieve data into arrays.



1. How to Implement a PHP Template Engine that Can Work with JavaScript and Python
Updated on: 2020-10-19
Posted on: 2020-10-18
Blog: Grammar Template package blog
Package: Grammar Template
Some applications may need to generate the same presentation from templates either on the server side with a language like PHP, or with on the browser side language like JavaScript.
The package implements a template engine that works in multiple languages including PHP and JavaScript.
This way developers can use this package PHP and JavaScript versions to render the same site presentation using the same template files.



1. How to Implement a Modular Laravel Template Engine based on Extension Module Class
Updated on: 2020-10-16
Posted on: 2020-10-16
Blog: Laravel Template Engine Modules package blog
Package: Laravel Template Engine Modules
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.



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: 2020-10-13
Blog: Head First Design Patterns PHP package blog
Package: Head First Design Patterns PHP
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.



1. How to Implement a PHP Bootstrap Icons Converter to Adjust Icons Color and Size
Updated on: 2020-10-11
Posted on: 2020-10-11
Blog: PHP Bootstrap Icons package blog
Package: PHP Bootstrap 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.



2. How to Implement PHP Class Callbacks with Minimal Code
Updated on: 2020-10-08
Posted on: 2020-10-08
Blog: Armory PHP Closure Trait package blog
Package: Armory PHP Closure Trait
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.



1. How Can PHP Convert XML to JSON to Migrate Old Data Documents to a Modern Format
Updated on: 2020-10-06
Posted on: 2020-10-06
Blog: PHP XML to JSON Conversion package blog
Package: PHP XML to JSON Conversion
This package provides a solution that can be convert existing XML documents into equivalent documents that represent the same data structures in JSON format.



1. How Can PHP Show Currency Rates in Web Page using Drupal
Updated on: 2020-10-04
Posted on: 2020-10-04
Blog: Drupal NBG Currency package blog
Package: Drupal NBG Currency
This package implements a Drupal module that can be used to display useful information about currencies of different world countries.


