📄️ Concepts Classes
PingoJS includes many useful classes in its core. The namespace for these classes is PINGOJS.
📄️ Database
In this document, we will explore various operations that can be performed using the Database class. This class provides methods to interact with a database, including initializing connections, retrieving data, updating records, and more. Below are examples of how to use these methods effectively.
📄️ Cache
Description: This example demonstrates the usage of the Cache class, defined under the PINGOJS namespace. The Cache class provides methods for managing cache data, including adding, retrieving, and removing cached content, as well as handling long-term cache storage.
📄️ Variables
This document serves as an example to explain the usage of the given PHP script. The script defines a class, Variables, within the namespace PINGOJS, designed for managing and replacing variables and global data. Below, we detail the key functionalities and their usage.
📄️ PHPKIT
PHPKIT is a versatile toolkit designed to simplify various tasks in PHP. It provides a set of classes and functions to handle JSON files, print arrays or strings, read and write files, and execute JavaScript code from PHP. Below are the key components of PHPKIT and examples of how to use them.
📄️ LogSystem
This document provides a detailed explanation of the LogSystem class from the PINGOJS namespace. The class is designed to manage logging operations, including structured log entries, blocklists, and diff tracking.