1. How to Implement PHP Report Grouping that Work with Data Retrieved from Any Type of Data Source
Blog: PHP Report Grouping package blog
Package: PHP Report Grouping
Many Web sites display reports of data eventually retrieved from databases or other data sources.
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.
More ...
Post a comment
See comments (2) Trackbacks (0)
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
Blog: Grammar Template package blog
Package: Grammar Template
Template engines are very useful to separate programming logic from presentation logic.
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.
More ...
Post a comment
See comments (1) Trackbacks (0)
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
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



1042. CodeLobster PHP Edition Review
CodeLobster is a popular PHP IDE tool used by many developers to create their PHP projects.
In this review article you can to learn more about its features so you can decide if this editor tools is what you need to be more productive when you are working on your PHP projects.
Read this review to learn about important factors to consider like the IDE speed, extensibility via plugins, debugger and integrations with other tools like Git and MySQL.
More ...
Post a comment
See comments (0) Trackbacks (0)
In this review article you can to learn more about its features so you can decide if this editor tools is what you need to be more productive when you are working on your PHP projects.
Read this review to learn about important factors to consider like the IDE speed, extensibility via plugins, debugger and integrations with other tools like Git and MySQL.



1. How to Learn PHP Design Patterns from Code Examples Converted from the Head First Design Patterns Book
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package implements a Drupal module that can be used to display useful information about currencies of different world countries.



1. How to Implement PHP Promises to Evaluate Conditions like in JavaScript
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides means to implement promises in PHP by evaluating conditions now or later using deferred promises.


