PHP Classes

File: docs/kernel/CLASS.md

Recommend this page to a friend!
  Packages of Christos Drogidis   Ascoos OS   docs/kernel/CLASS.md   Download  
File: docs/kernel/CLASS.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Ascoos OS
A PHP Web 5.0 Kernel for decentralized web and IoT
Author: By
Last change: Update of docs/kernel/CLASS.md
Date: 8 months ago
Size: 869 bytes
 

Contents

Class file image Download

Core Classes - Ascoos OS

The Ascoos OS kernel includes core classes for framework management.

Core Classes

| Class | Description | |-------|-------------| | TArrayHandler | Array management with conversions (JSON, CSV, XML, etc.) and cleaning. | | TDebugHandler | Debugging with timing and custom handlers. | | TLoggerHandler | Logging messages (INFO, WARNING, ERROR). | | TObject | Base class for all classes, providing versioning and debugging. | | TPHPHandler | PHP settings, extensions, and environment management. |

Usage

Core classes are autoloaded via autoload.php. Use the ASCOOS\OS\ namespace.

Examples

See /examples/kernel/ for examples.

Links